summaryrefslogtreecommitdiff
path: root/test/files/pos/matthias1.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/matthias1.scala
parent85c73ba918913361f925c23469c012096a93fb54 (diff)
downloadscala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.gz
scala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.bz2
scala-efd06d74f1621351c70456478b07a4ace6a9a211.zip
*** empty log message ***
Diffstat (limited to 'test/files/pos/matthias1.scala')
-rw-r--r--test/files/pos/matthias1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/matthias1.scala b/test/files/pos/matthias1.scala
index 418c2f32be..a923a529fe 100644
--- a/test/files/pos/matthias1.scala
+++ b/test/files/pos/matthias1.scala
@@ -3,7 +3,7 @@ class A() {
def foo(x: B) = 0
}
}
-module test {
+object test {
def main = {
val a = new A();
val b = new a.B();