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

3 lines
78 B
Plaintext

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