summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-04.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-04.scala')
-rw-r--r--test/files/run/Course-2002-04.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/Course-2002-04.scala b/test/files/run/Course-2002-04.scala
index 714996e435..733a290db2 100644
--- a/test/files/run/Course-2002-04.scala
+++ b/test/files/run/Course-2002-04.scala
@@ -3,6 +3,8 @@
//############################################################################
// $Id$
+import java.lang.System; // to avoid name clash with .NET's library
+
object M0 {
def quicksort[a] (less : (a,a) => Boolean) (xs : List[a]) : List[a] = {