summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/homonym.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/pos/homonym.scala b/test/files/pos/homonym.scala
index 6b8a310f1f..0836f7d6fc 100644
--- a/test/files/pos/homonym.scala
+++ b/test/files/pos/homonym.scala
@@ -2,4 +2,5 @@
class Foo(x: Int) {
def this() = this(0);
}
-object Foo;
+object Foo {
+}