summaryrefslogtreecommitdiff
path: root/test/pos/null.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/null.scala')
-rw-r--r--test/pos/null.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/null.scala b/test/pos/null.scala
index 54a2c0f995..59f88ee0e0 100644
--- a/test/pos/null.scala
+++ b/test/pos/null.scala
@@ -1,3 +1,3 @@
-module M {
+object M {
val x: Boolean = null == null;
} \ No newline at end of file