Add reduce function on Sequence
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[1].reduce {|a, b| a } // expect runtime error: Range start out of bounds.
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
[1].reduce {|a, b| a } // expect runtime error: Range start out of bounds.
|
||||