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/S.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos5/t1196/S.scala (limited to 'test/files/pos5/t1196/S.scala') diff --git a/test/files/pos5/t1196/S.scala b/test/files/pos5/t1196/S.scala new file mode 100644 index 0000000000..f17cd249a7 --- /dev/null +++ b/test/files/pos5/t1196/S.scala @@ -0,0 +1 @@ +object S { J.foo(null) } -- cgit v1.2.3