summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/strings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test-nsc/files/pos/strings.scala')
-rwxr-xr-xtest-nsc/files/pos/strings.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-nsc/files/pos/strings.scala b/test-nsc/files/pos/strings.scala
new file mode 100755
index 0000000000..3bf40e3dda
--- /dev/null
+++ b/test-nsc/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");
+
+}