summaryrefslogtreecommitdiff
path: root/test/files/pos/S8.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/S8.scala')
-rw-r--r--test/files/pos/S8.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/S8.scala b/test/files/pos/S8.scala
index e4339bb3f1..50f1df27a2 100644
--- a/test/files/pos/S8.scala
+++ b/test/files/pos/S8.scala
@@ -13,7 +13,7 @@ class S8() {
class A() extends a.B() {}
class B() {}
}
-module M {
+object M {
val x = new S8();
val y: x.a.B = new x.A(); //correct?
}