Files
wren/test/string/subscript_not_int.wren
T

3 lines
76 B
Plaintext
Raw Normal View History

var a = "123"
a[1.5] // expect runtime error: Subscript must be an integer.