summaryrefslogtreecommitdiff
path: root/test/pos/reftest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/reftest.scala')
-rw-r--r--test/pos/reftest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/reftest.scala b/test/pos/reftest.scala
index 27083bd2cc..f709f70897 100644
--- a/test/pos/reftest.scala
+++ b/test/pos/reftest.scala
@@ -1,4 +1,4 @@
import scala._;
-module test {
+object test {
val x: Ref[Int] = new Ref(1);
} \ No newline at end of file