From cf7a2f64f1357dcfa8ecf78ae8f29880c9fab214 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 3 Aug 2009 11:41:17 +0000 Subject: Re-enabled forwarders and moved the formerly fa... Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending. --- test/files/run/bug363.scala | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/files/run/bug363.scala (limited to 'test/files/run/bug363.scala') diff --git a/test/files/run/bug363.scala b/test/files/run/bug363.scala new file mode 100644 index 0000000000..104629016e --- /dev/null +++ b/test/files/run/bug363.scala @@ -0,0 +1,9 @@ +object Test { + def main(args: Array[String]) { + println("I love the smell of (Array[String])Unit in the morning.") + } +} + +class Test { + def kurtz() = "We must kill them. We must incinerate them." +} \ No newline at end of file -- cgit v1.2.3