summaryrefslogtreecommitdiff
path: root/test/pos/michel4.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/michel4.scala')
-rw-r--r--test/pos/michel4.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/michel4.scala b/test/pos/michel4.scala
index 2eabe61605..2390be5d26 100644
--- a/test/pos/michel4.scala
+++ b/test/pos/michel4.scala
@@ -2,6 +2,6 @@ class A() {
val f : Int = 2
}
-class B() extends A() with {
+class B() extends A() {
override val f : Int = super.f
} \ No newline at end of file