From 10830eaae2955766378369b8d1bcc0e6963b9b7f Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Fri, 15 May 2009 15:44:54 +0000 Subject: 1.4-related cleanup and reorganization. Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates. --- test/files/pos/chang/Test.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/pos/chang/Test.scala (limited to 'test/files/pos/chang/Test.scala') diff --git a/test/files/pos/chang/Test.scala b/test/files/pos/chang/Test.scala new file mode 100644 index 0000000000..9bb745e377 --- /dev/null +++ b/test/files/pos/chang/Test.scala @@ -0,0 +1,3 @@ +object Test extends Application { + new com.netgents.hello.Outer[String] +} -- cgit v1.2.3