Skip to content

Commit f745117

Browse files
committed
Work around type comparer bug in mixins test
1 parent 91ada5d commit f745117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/mixins1/C_2.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Intended to be compiled with either 2.11 or 2.12
2-
class C extends A with B {
2+
class C extends A[B] with B {
33
x = 4
44

55
override def f: Int = super.f

0 commit comments

Comments
 (0)