runtime
runtime copied to clipboard
[BUG] Select with function not transpiled correctly
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; }];