summaryrefslogtreecommitdiff
path: root/test/files/pos/matthias1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/matthias1.scala')
-rw-r--r--test/files/pos/matthias1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/matthias1.scala b/test/files/pos/matthias1.scala
index 418c2f32be..a923a529fe 100644
--- a/test/files/pos/matthias1.scala
+++ b/test/files/pos/matthias1.scala
@@ -3,7 +3,7 @@ class A() {
def foo(x: B) = 0
}
}
-module test {
+object test {
def main = {
val a = new A();
val b = new a.B();