runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[BUG] Select with function not transpiled correctly

Open overfl0 opened this issue 4 years ago • 0 comments

Gives

_even = [1,2,3,4,5,6,7,8,9,0] select { _x % 2 == 0 };
_even = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0][function() { _x % 2 == 0; }];

overfl0 avatar Mar 03 '21 02:03 overfl0