added test cases
This commit is contained in:
12
test/corpus/negative/ArrayExpression3.txt
Normal file
12
test/corpus/negative/ArrayExpression3.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
====================
|
||||
ArrayExpression3
|
||||
:error
|
||||
====================
|
||||
|
||||
function main() {
|
||||
x[[13]] = 3;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
--------------------
|
||||
Reference in New Issue
Block a user