From 6b8ceb50e3c97f9317eb33613a4d5f21d4cf9d55 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Mon, 8 Dec 2003 10:41:20 +0000 Subject: - added 'import java.lang.System' to allow the ... - added 'import java.lang.System' to allow the tests to compile with the .NET backend --- test/files/run/exceptions.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/run/exceptions.scala') diff --git a/test/files/run/exceptions.scala b/test/files/run/exceptions.scala index b89056aa78..3a4ce70ca3 100644 --- a/test/files/run/exceptions.scala +++ b/test/files/run/exceptions.scala @@ -5,6 +5,8 @@ //############################################################################ +import java.lang.System; // to avoid name clash with .NET's library + abstract class IntMap[A] { def lookup(key: Int): A = match { case Empty() => error("KO") -- cgit v1.2.3