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:
2828 MockLocation (" scala/Predef.Ensuring#ensuring(+2)." , " Predef.scala" ),
2929 MockLocation (" scala/Predef.Ensuring#ensuring(+3)." , " Predef.scala" ),
3030 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" ),
3233 )
3334
3435 override def definitions (offsetParams : OffsetParams ): List [Location ] =
@@ -638,3 +639,11 @@ class PcDefinitionSuite extends BasePcDefinitionSuite:
638639 |val i = met@@hodA
639640 |""" .stripMargin
640641 )
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