+++ /dev/null
-#! [contains] must be of type 'int'
- int i[4];
-i[null];
+++ /dev/null
-#! [contains] invalid return type
-fun void test() { return 1; }
+++ /dev/null
-#! [contains] conditional must be of type
-complex c;
-repeat(c)
- <<< "error" >>>;
+++ /dev/null
-#! [contains] must be of type 'int'
-int i[4];
-Object o;
-i[o];
+++ /dev/null
-#! [contains] incompatible array subscript type
- Object o;
-int i[o];
-<<< i >>>;
+++ /dev/null
-#! [contains] polar value #1
- %(null, 0);
+++ /dev/null
-#! [contains] polar value #2
- %(0, null);
+++ /dev/null
-#! [contains] in vector value
-@(0,0,0,null);