summaryrefslogtreecommitdiff
path: root/test/files/run/arrays.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/arrays.scala')
-rw-r--r--test/files/run/arrays.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/arrays.scala b/test/files/run/arrays.scala
index 02add14a46..356c50d0d1 100644
--- a/test/files/run/arrays.scala
+++ b/test/files/run/arrays.scala
@@ -5,6 +5,8 @@
//############################################################################
+import java.lang.System; // to avoid name clash with .NET's library
+
object arrays {
type JObject = java.lang.Object;