We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0501bfa commit 1124b35Copy full SHA for 1124b35
compiler/test-resources/repl/1379
@@ -1,4 +1,4 @@
1
scala> object Foo { val bar = new Object { def baz = 1 }; bar.baz }
2
1 | object Foo { val bar = new Object { def baz = 1 }; bar.baz }
3
| ^^^^^^^
4
- | value baz is not a member of Object - did you mean bar.eq?
+ | value baz is not a member of Object
compiler/test-resources/repl/i6676
@@ -8,7 +8,7 @@ scala> xml"
8
scala> xml""
9
1 | xml""
10
| ^
11
- |value xml is not a member of StringContext
+ | value xml is not a member of StringContext
12
scala> xml"""
13
1 | xml"""
14
0 commit comments