forked from Mirror/wren
3 lines
114 B
Plaintext
3 lines
114 B
Plaintext
|
|
var list = [1, 2]
|
||
|
|
list[] // expect error
|
||
|
|
"don't actually want error here, but cascades from above" // expect error
|