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/Outer.java | 11 +++++++++++ test/files/pos/chang/Test.scala | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 test/files/pos/chang/Outer.java create mode 100644 test/files/pos/chang/Test.scala (limited to 'test/files/pos/chang') diff --git a/test/files/pos/chang/Outer.java b/test/files/pos/chang/Outer.java new file mode 100644 index 0000000000..acdb4e2904 --- /dev/null +++ b/test/files/pos/chang/Outer.java @@ -0,0 +1,11 @@ +package com.netgents.hello; + +public class Outer { + + public Inner inner = new Inner(); + + public class Inner { + + public A a; + } +} 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