summaryrefslogtreecommitdiff
path: root/test/files/run/bug363.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-08-03 11:41:17 +0000
committerPaul Phillips <paulp@improving.org>2009-08-03 11:41:17 +0000
commitcf7a2f64f1357dcfa8ecf78ae8f29880c9fab214 (patch)
treefa588f8829c509e840ea4482ce04dba7d7dd70af /test/files/run/bug363.scala
parent9780704595af0c861fed2a4233408335418cec81 (diff)
downloadscala-cf7a2f64f1357dcfa8ecf78ae8f29880c9fab214.tar.gz
scala-cf7a2f64f1357dcfa8ecf78ae8f29880c9fab214.tar.bz2
scala-cf7a2f64f1357dcfa8ecf78ae8f29880c9fab214.zip
Re-enabled forwarders and moved the formerly fa...
Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending.
Diffstat (limited to 'test/files/run/bug363.scala')
-rw-r--r--test/files/run/bug363.scala9
1 files changed, 9 insertions, 0 deletions
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