Skip to content

[Errors] error recovery with interface with implements clause #121

@mhegazy

Description

@mhegazy
interface I implements A {    }

Expected:

!!! Interface declaration cannot have 'implements' clause.

Actual:

!!! '{' expected.!!! ';' expected.!!! ';' expected.!!! Cannot find name 'implements'.!!! Cannot find name 'A'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions