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 a0bb466 commit 6cceaaeCopy full SHA for 6cceaae
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