From 18c6d58a5dc994ce19b0419c7c2dce460acecbdd Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Mon, 8 Oct 2012 03:45:26 +0200 Subject: SI-6388 Remove Application --- test/files/jvm/t2163/t2163.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/files/jvm/t2163/t2163.java (limited to 'test/files/jvm/t2163/t2163.java') diff --git a/test/files/jvm/t2163/t2163.java b/test/files/jvm/t2163/t2163.java new file mode 100644 index 0000000000..83bd37d212 --- /dev/null +++ b/test/files/jvm/t2163/t2163.java @@ -0,0 +1,9 @@ +import java.util.*; + +public class t2163 { + public void test() { + List array = new ArrayList(); + T2163Scala foo = new T2163Scala(array); + foo.bar(array); + } +} -- cgit v1.2.3