Skip to content

in and splatted array #1354

@satyr

Description

@satyr
$ coffee -e 'a = [6, 9]; console.log 9 in [3, a...]'
false

$ coffee -bpe 'a in [b, c...]'
a === b || a === c;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions