File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
presentation-compiler/test/dotty/tools/pc/tests/definition Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ class PcDefinitionSuite extends BasePcDefinitionSuite:
28
28
MockLocation (" scala/Predef.Ensuring#ensuring(+2)." , " Predef.scala" ),
29
29
MockLocation (" scala/Predef.Ensuring#ensuring(+3)." , " Predef.scala" ),
30
30
MockLocation (" scala/collection/immutable/List#`::`()." , " List.scala" ),
31
- MockLocation (" scala/package.List." , " package.scala" )
31
+ MockLocation (" scala/package.List." , " package.scala" ),
32
+ MockLocation (" scala/collection/immutable/Vector." , " Vector.scala" ),
32
33
)
33
34
34
35
override def definitions (offsetParams : OffsetParams ): List [Location ] =
@@ -638,3 +639,11 @@ class PcDefinitionSuite extends BasePcDefinitionSuite:
638
639
|val i = met@@hodA
639
640
|""" .stripMargin
640
641
)
642
+
643
+ @ Test def i7427 =
644
+ check(
645
+ """ |package a
646
+ |object Repro:
647
+ | export scala.collection.immutable.V/*scala/collection/immutable/Vector. Vector.scala*/@@ector
648
+ |""" .stripMargin
649
+ )
You can’t perform that action at this time.
0 commit comments