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 85be781 commit 01dad1aCopy full SHA for 01dad1a
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