- Notifications
You must be signed in to change notification settings - Fork 555
Closed
Labels
A-grammarArea: Syntax and parsingArea: Syntax and parsing
Description
Currently, GenericArgsBinding
is defined as follows (link):
GenericArgsBinding : IDENTIFIER = Type
This definition does not account for GATs. It should include optional generic arguments after the identifier.
Metadata
Metadata
Assignees
Labels
A-grammarArea: Syntax and parsingArea: Syntax and parsing