Files
wren/test/list/reduce_wrong_arity.wren
T
2015-01-16 09:24:59 +01:00

2 lines
90 B
Plaintext

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