Files
wren/test/list/reduce_single_item.wren
T

2 lines
75 B
Plaintext
Raw Normal View History

[1].reduce {|a, b| a } // expect runtime error: Range start out of bounds.