1
0
forked from Mirror/wren
Files
wren/test/list/subscript_too_small.wren
2014-01-03 10:47:26 -08:00

3 lines
74 B
Plaintext

var a = [1, 2, 3]
a[-5] // expect runtime error: Subscript out of bounds.