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 91ada5d commit f745117Copy full SHA for f745117
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