summaryrefslogtreecommitdiff
path: root/test/pos/List1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/List1.scala')
-rw-r--r--test/pos/List1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/List1.scala b/test/pos/List1.scala
index fcc506bccc..6c54f109ce 100644
--- a/test/pos/List1.scala
+++ b/test/pos/List1.scala
@@ -1,4 +1,4 @@
-module lists {
+object lists {
trait List[a] {
def isEmpty: Boolean;