Correct The Parsing of Primary Associated Type Clauses in Protocols

The prior syntax tree did not take into account that the clause itself should own the angle brackets.
This commit is contained in:
Robert Widmann
2022-03-16 17:28:45 -07:00
parent 377cdc16b2
commit cc0bc22dcb
6 changed files with 78 additions and 12 deletions

View File

@@ -257,6 +257,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'RegexLiteralExpr': 253,
'PrimaryAssociatedTypeList' : 254,
'PrimaryAssociatedType' : 255,
'PrimaryAssociatedTypeClause' : 256,
}