summaryrefslogtreecommitdiff
path: root/test/neg/stable.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/stable.scala')
-rw-r--r--test/neg/stable.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/stable.scala b/test/neg/stable.scala
index fc21df732b..ba051cd0e4 100644
--- a/test/neg/stable.scala
+++ b/test/neg/stable.scala
@@ -1,6 +1,6 @@
abstract class C { type T; val next: C = this }
-module test {
+object test {
val x: C = new C { type T = int };
var y: C = x;