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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions