We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4846e commit b61c2c3Copy full SHA for b61c2c3
tests/pos-from-tasty/i3607.scala
@@ -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