summaryrefslogtreecommitdiff
path: root/test/files/pos/strings.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/strings.scala
parent85c73ba918913361f925c23469c012096a93fb54 (diff)
downloadscala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.gz
scala-efd06d74f1621351c70456478b07a4ace6a9a211.tar.bz2
scala-efd06d74f1621351c70456478b07a4ace6a9a211.zip
*** empty log message ***
Diffstat (limited to 'test/files/pos/strings.scala')
-rw-r--r--test/files/pos/strings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/strings.scala b/test/files/pos/strings.scala
index 75bf23f5e3..3bf40e3dda 100644
--- a/test/files/pos/strings.scala
+++ b/test/files/pos/strings.scala
@@ -1,5 +1,5 @@
// martin 1-3-2002: it seems there is a problem with the way Serializable is loaded.
-module test {
+object test {
def f() = "hello".concat("world");