Files
Toy/test/scripts/mustfail/index-arrays-non-integer.toy

8 lines
64 B
Plaintext

{
var a: [int] = [1, 2, 3];
print a[a];
}
print "All good";