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 d16cf61 commit 4ca434dCopy full SHA for 4ca434d
tests/pos/interfaceObject.scala
@@ -0,0 +1,6 @@
1
+trait A{
2
+ object O
3
+}
4
+class B extends A {
5
+ def foo = O
6
0 commit comments