summaryrefslogtreecommitdiff
path: root/test/files/run/array_casts.check
diff options
context:
space:
mode:
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