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 67a8152 commit 5f2878bCopy full SHA for 5f2878b
compiler/test-resources/repl/importFromObj
@@ -15,7 +15,7 @@ val res0: scala.collection.mutable.ListBuffer[Int] = ListBuffer(1, 2, 3)
15
scala> import util.foo
16
1 | import util.foo
17
| ^^^
18
- | foo is not a member of util
+ | value `foo` is not a member of util - did you mean `util.Left`?
19
scala> import util.foo.bar
20
1 | import util.foo.bar
21
| ^^^^^^^^
0 commit comments