From bcbf5a12672f5b364c24398b6d98cd04ecb2e2be Mon Sep 17 00:00:00 2001 From: David MacIver Date: Thu, 30 Oct 2008 23:21:27 +0000 Subject: Martin's tests for mixed Scala/Java. A couple things are in pending because of partest weirdness. As far as I can tell they work but partest is doing the wrong thing with them. I'll open a ticket. --- test/files/pos5/t1196/J.java | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos5/t1196/J.java (limited to 'test/files/pos5/t1196/J.java') diff --git a/test/files/pos5/t1196/J.java b/test/files/pos5/t1196/J.java new file mode 100644 index 0000000000..2ec7a711bb --- /dev/null +++ b/test/files/pos5/t1196/J.java @@ -0,0 +1 @@ +class J { static void foo(Class c) { } } -- cgit v1.2.3