1
0
forked from Mirror/wren
Files
wren/test/list/any_non_function_arg.wren
2015-03-01 23:14:32 +01:00

2 lines
86 B
Plaintext

[1, 2, 3].any("string") // expect runtime error: String does not implement 'call(_)'.