mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SyntaxParse] Refactor generic requirement syntax structure
Re-apply a part of 0569cbfb28 after
reverting ASTGen changes. This is still an improvement.
This commit is contained in:
@@ -233,6 +233,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
||||
'PoundAssertStmt': 229,
|
||||
'SomeType': 230,
|
||||
'CustomAttribute': 231,
|
||||
'GenericRequirement': 232,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user