summaryrefslogtreecommitdiff
path: root/test/pos/valdefs.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/valdefs.scala')
-rw-r--r--test/pos/valdefs.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/valdefs.scala b/test/pos/valdefs.scala
index b05edbf7b2..f9150ea509 100644
--- a/test/pos/valdefs.scala
+++ b/test/pos/valdefs.scala
@@ -1,4 +1,4 @@
-module test {
+object test {
abstract class Base() {
val x: String;