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/t1230/J.java | 1 + test/files/pos/t1230/S.scala | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/files/pos/t1230/J.java create mode 100644 test/files/pos/t1230/S.scala (limited to 'test/files/pos/t1230') diff --git a/test/files/pos/t1230/J.java b/test/files/pos/t1230/J.java new file mode 100644 index 0000000000..35aefd2505 --- /dev/null +++ b/test/files/pos/t1230/J.java @@ -0,0 +1 @@ +class J { public int foo ; } diff --git a/test/files/pos/t1230/S.scala b/test/files/pos/t1230/S.scala new file mode 100644 index 0000000000..f8a691b6de --- /dev/null +++ b/test/files/pos/t1230/S.scala @@ -0,0 +1 @@ +object S extends Application { (new J).foo = 5 } -- cgit v1.2.3