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 9c478a2 commit 76c3ae3Copy full SHA for 76c3ae3
tests/run/mixins1/C_2.scala
@@ -1,5 +1,5 @@
1
// Intended to be compiled with either 2.11 or 2.12
2
-class C extends A with B {
+class C extends A[B] with B {
3
x = 4
4
5
override def f: Int = super.f
0 commit comments