From 8087f9b529ad79a403a29117408632366a7534d9 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Mon, 30 Mar 2009 12:26:51 +0000 Subject: Fixed Java signatures of forwarders for inherit... Fixed Java signatures of forwarders for inherited members, and references to scala.Nothing are translated to scala.runtime.Nothing$ (see #1254, #1822, #1555). Moved a Java test that was not run to its proper subdirectory, to make partest happy. --- test/files/pos5/t1186/t1186.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/pos5/t1186/t1186.java (limited to 'test/files/pos5/t1186') diff --git a/test/files/pos5/t1186/t1186.java b/test/files/pos5/t1186/t1186.java new file mode 100644 index 0000000000..c1bfcecab8 --- /dev/null +++ b/test/files/pos5/t1186/t1186.java @@ -0,0 +1,8 @@ +import scala.collection.immutable.Map; + +class Test { + + void foo() { + Map map = null; + } +} \ No newline at end of file -- cgit v1.2.3