Skip to content

[BUG] Select with function not transpiled correctly #166

Description

@overfl0

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; }];

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugError, flaw, failure or fault that causes to produce an incorrect result or crashsqc

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions