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 aa6459e commit 66d1032Copy full SHA for 66d1032
compiler/test-resources/repl/1379
@@ -0,0 +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`?
0 commit comments