1
0
forked from Mirror/wren
Files
wren/test/list/subscript_range_from_too_small.wren
2014-01-30 09:12:44 -08:00

3 lines
79 B
Plaintext

var a = [1, 2, 3]
a[-4..2] // expect runtime error: Range start out of bounds.