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