We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9644e3 commit 78f72f2Copy full SHA for 78f72f2
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
0 commit comments