1
0
forked from Mirror/wren
Files
wren/test/string/contains_argument_not_string.wren
2014-01-03 10:47:26 -08:00

2 lines
70 B
Plaintext

"foo".contains(1) // expect runtime error: Argument must be a string.