From 25a98964b5109aa55b71a8a26886c59903193548 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 6 Oct 2005 13:14:33 +0000 Subject: *** empty log message *** --- test-nsc/files/pos/strings.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test-nsc/files/pos/strings.scala (limited to 'test-nsc/files/pos/strings.scala') 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"); + +} -- cgit v1.2.3