summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.scala
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2004-01-26 18:40:51 +0000
committermihaylov <mihaylov@epfl.ch>2004-01-26 18:40:51 +0000
commit41f787d1f505228c5702b4a1e00de20af7f78721 (patch)
tree6532597e14bdc30e21bc18c8bc2e524e5c722d85 /test/files/run/tailcalls.scala
parent94c44549ef1e3a945be17ee4f6e3ba767cbd405c (diff)
downloadscala-41f787d1f505228c5702b4a1e00de20af7f78721.tar.gz
scala-41f787d1f505228c5702b4a1e00de20af7f78721.tar.bz2
scala-41f787d1f505228c5702b4a1e00de20af7f78721.zip
- Added 'import java.lang.System' to satisfy th...
- Added 'import java.lang.System' to satisfy the .NET backend.
Diffstat (limited to 'test/files/run/tailcalls.scala')
-rw-r--r--test/files/run/tailcalls.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/tailcalls.scala b/test/files/run/tailcalls.scala
index cca9fb7fb8..f548bac7a2 100644
--- a/test/files/run/tailcalls.scala
+++ b/test/files/run/tailcalls.scala
@@ -79,6 +79,7 @@ sealed class Sealed {
object Test {
def check_success(name: String, def closure: Int, expected: Int): Unit = {
+ import java.lang.System;
System.out.print("test " + name);
try {
val actual: Int = closure;