summaryrefslogtreecommitdiff
path: root/test/files/pos/michel5.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/michel5.scala')
-rw-r--r--test/files/pos/michel5.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/michel5.scala b/test/files/pos/michel5.scala
index 345ae04d9d..34832c00ca 100644
--- a/test/files/pos/michel5.scala
+++ b/test/files/pos/michel5.scala
@@ -1,5 +1,5 @@
trait A[Ta] { }
-class B() extends Object with A[Int] {
+class B() extends AnyRef with A[Int] {
val x : Int = 2
-} \ No newline at end of file
+}