summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/interpreter.check')
-rw-r--r--test/files/run/interpreter.check11
1 files changed, 9 insertions, 2 deletions
diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check
index 313a817968..722a8d1fd1 100644
--- a/test/files/run/interpreter.check
+++ b/test/files/run/interpreter.check
@@ -37,11 +37,18 @@ scala>
scala> atom: scala.xml.Atom[Unit] = ()
scala>
+scala> defined class S
+
+scala> fish: S = fish
+
scala>
+scala> arr: Array[java.lang.String] = Array(What's, up, doc?)
+
scala>
+scala> arrInt: Any = Array(1, 2, 3)
+
scala>
-scala>
-scala> arr: Array[java.lang.String] = Array(What's, up, doc?)
+scala> arrArrInt: Any = Array(Array(1, 2), Array(3, 4))
scala>
scala>