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 a6de861 commit b7520aaCopy full SHA for b7520aa
tests/pending/neg/i7749.scala
@@ -0,0 +1,6 @@
1
+trait A {
2
+ def foo = 4
3
+}
4
+object B extends A {
5
+ private[this] def foo = 0
6
0 commit comments