summaryrefslogtreecommitdiff
path: root/test/files/pos/test2.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/test2.scala
parent85c73ba918913361f925c23469c012096a93fb54 (diff)
downloadscala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.gz
scala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.bz2
scala-efd06d74f1621351c70456478b07a4ace6a9a211.zip
*** empty log message ***
Diffstat (limited to 'test/files/pos/test2.scala')
-rw-r--r--test/files/pos/test2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/test2.scala b/test/files/pos/test2.scala
index 4c73e0a10b..fe36d07f1b 100644
--- a/test/files/pos/test2.scala
+++ b/test/files/pos/test2.scala
@@ -1,5 +1,5 @@
import scala._;
-module test2 {
+object test2 {
def f(x: Int): Int = 'a';
def g(x: Int) = f(f(x));
} \ No newline at end of file