mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -257,6 +257,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
||||
'RegexLiteralExpr': 253,
|
||||
'PrimaryAssociatedTypeList' : 254,
|
||||
'PrimaryAssociatedType' : 255,
|
||||
'PrimaryAssociatedTypeClause' : 256,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user