summaryrefslogtreecommitdiff
path: root/test/files/pos/test4a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/test4a.scala')
-rw-r--r--test/files/pos/test4a.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/test4a.scala b/test/files/pos/test4a.scala
index 0d653c5012..ada0ba4e5f 100644
--- a/test/files/pos/test4a.scala
+++ b/test/files/pos/test4a.scala
@@ -7,7 +7,7 @@ class O[X]() {
val j:I[X] = null;
}
-module o extends O[C]() {
+object o extends O[C]() {
def c: C = c;
def main = {
o.j.foo(c);