Files
wren/test/string/endsWith_invalid_arg.wren
2015-01-11 16:06:56 -08:00

1 line
83 B
Plaintext

IO.print("abcd".endsWith(null)) // expect runtime error: Argument must be a string.