summaryrefslogtreecommitdiff
path: root/test/files/run/array_casts.check
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-10-19 12:53:52 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-10-19 12:53:52 +0000
commita49cbca4e93d573b0687023d3458bb8a1473e463 (patch)
tree8eb31f12568cad9e1d08a15b5d17024ad5edcc27 /test/files/run/array_casts.check
parent7305b72eb8b11872613801b3ce5130b30e362a2d (diff)
downloadscala-a49cbca4e93d573b0687023d3458bb8a1473e463.tar.gz
scala-a49cbca4e93d573b0687023d3458bb8a1473e463.tar.bz2
scala-a49cbca4e93d573b0687023d3458bb8a1473e463.zip
* Fixed array cast bug in Errasure.
* Tweaked GenerateIDEs to have more coverage * Deprecated * in favor of ** for sets
Diffstat (limited to 'test/files/run/array_casts.check')
-rw-r--r--test/files/run/array_casts.check16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/files/run/array_casts.check b/test/files/run/array_casts.check
new file mode 100644
index 0000000000..f7d3e5036c
--- /dev/null
+++ b/test/files/run/array_casts.check
@@ -0,0 +1,16 @@
+is object - true
+is seq - true
+is collection - true
+is random-access-seq - true
+is random-access-seq-mutable - true
+not string - true
+not list - true
+class [I
+Array(10)
+Array(10)
+Array(10)
+Array(10)
+Good, arrays are not lists
+Good, arrays are not rich strings
+is-seq array true
+class [I