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.
2 parents aa6459e + 66d1032 commit e2ed329Copy full SHA for e2ed329
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