summaryrefslogtreecommitdiff
path: root/test/pos/S5.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/S5.scala')
-rw-r--r--test/pos/S5.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/S5.scala b/test/pos/S5.scala
index 87325b47e4..08f5b2a6eb 100644
--- a/test/pos/S5.scala
+++ b/test/pos/S5.scala
@@ -25,6 +25,6 @@ abstract class N() {
// module body of N
}
}
-module O {
+object O {
val system = new M() with N() {}
}