Skip to content

Lexer: two-value postfix for in implicit object #4580

@helixbass

Description

@helixbass

Came across this while testing fix for #4579 (doesn't block):

This breaks:

a: b
c: d for d, e of f

As does two-value for...in:

a: b
c: d for d, e in f

whereas the corresponding single-value fors don't:

a: b
c: d for d of f

a: b
c: d for d in f

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions