Skip to content

Commit b61c2c3

Browse files
committed
Fix #3607: Add regression test
1 parent de4846e commit b61c2c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pos-from-tasty/i3607.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
object A { implicit val x: Int = 1 }
2+
3+
object Test1 {
4+
import A.{x => y}
5+
implicitly[Int]
6+
}

0 commit comments

Comments
 (0)