summaryrefslogtreecommitdiff
path: root/test/files/pos/philippe3.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-03-31 08:29:52 +0000
committerMartin Odersky <odersky@gmail.com>2003-03-31 08:29:52 +0000
commitefd06d74f1621351c70456478b07a4ace6a9a211 (patch)
tree01ac7505ed4f33582974d4519dc3e33d601614d2 /test/files/pos/philippe3.scala
parent85c73ba918913361f925c23469c012096a93fb54 (diff)
downloadscala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.gz
scala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.bz2
scala-efd06d74f1621351c70456478b07a4ace6a9a211.zip
*** empty log message ***
Diffstat (limited to 'test/files/pos/philippe3.scala')
-rw-r--r--test/files/pos/philippe3.scala12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/files/pos/philippe3.scala b/test/files/pos/philippe3.scala
index d99ec41f52..9442583997 100644
--- a/test/files/pos/philippe3.scala
+++ b/test/files/pos/philippe3.scala
@@ -29,12 +29,12 @@ case class D6() extends C() {}
case class D7() extends C() with U;
case class D8() extends C() with U {}
-module M1;
-module M2 {}
-module M5 extends C();
-module M6 extends C() {}
-module M7 extends C() with U;
-module M8 extends C() with U {}
+object M1;
+object M2 {}
+object M5 extends C();
+object M6 extends C() {}
+object M7 extends C() with U;
+object M8 extends C() with U {}