1
0
forked from Mirror/wren
Files
wren/test/core/string/subscript_too_large.wren

3 lines
69 B
Plaintext
Raw Normal View History

var a = "123"
a[4] // expect runtime error: Subscript out of bounds.