Skip to content

ERROR: syntax: extra token ".." after end of expression #5715

@pygy

Description

@pygy
julia> ..(a,b) = b - a
.. (generic function with 1 method)

julia> 4 .. 6
2

julia> 4 .. 6 .. 7
ERROR: syntax: extra token ".." after end of expression

Maybe linked to the #2614 fix?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviorparserLanguage parsing and surface syntax

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions