Closed yhara closed 1 year ago
This PR removes the following explicit type argument in Enumerable#flat_map
Enumerable#flat_map
self.map<Array<R>>(f).fold(Array<R>.new){|sum: Array<R>, item: Array<R>| ~~~~~~~~~~
and fixes a type error that prevent this to work.
This PR removes the following explicit type argument in
Enumerable#flat_map
and fixes a type error that prevent this to work.