Revert "Revert "[SyntaxParse] Parse generic parameter clause and generic where clause""

This reverts commit 1584e87aa7.
This commit is contained in:
Rintaro Ishizaki
2019-09-20 15:26:04 -07:00
parent 6f35362e88
commit 0569cbfb28
33 changed files with 634 additions and 364 deletions

View File

@@ -233,6 +233,9 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'PoundAssertStmt': 229,
'SomeType': 230,
'CustomAttribute': 231,
'GenericRequirement': 232,
'LayoutRequirement': 233,
'LayoutConstraint': 234,
}