Files
wren/test/list/all_non_function_arg.wren
T

1 line
105 B
Plaintext
Raw Normal View History

2015-01-14 23:19:31 -08:00
[1, 2, 3].all("string") // expect runtime error: String does not implement method 'call' with 1 argument.