summaryrefslogtreecommitdiff
path: root/test/files/pos/strings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/strings.scala')
-rw-r--r--test/files/pos/strings.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/pos/strings.scala b/test/files/pos/strings.scala
new file mode 100644
index 0000000000..3bf40e3dda
--- /dev/null
+++ b/test/files/pos/strings.scala
@@ -0,0 +1,6 @@
+// martin 1-3-2002: it seems there is a problem with the way Serializable is loaded.
+object test {
+
+ def f() = "hello".concat("world");
+
+}