Files
wren/test/list/reduce_wrong_arity.wren
T

2 lines
90 B
Plaintext
Raw Normal View History

[1, 2, 3].reduce {|x, y, z| x } // expect runtime error: Function expects more arguments.