Skip to content

Missing comma not reported as Syntax Error #335

@apblack

Description

@apblack

This line appears in t007_types+objects_test:

        assertType (Function3⟦Unknown, Unknown, Unknown Number⟧) describes {a, b, c → 1}

There is a comma missing between Unknown and Number in the type arguments to Function3. This is a syntax error (I believe), but is not reported as such by the parser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions