Fix libSyntax support for operator decl designated types.

This commit is contained in:
Mark Lacey
2018-10-11 11:55:10 -07:00
parent 2f7c21003b
commit 5e0cb1978a
5 changed files with 20 additions and 17 deletions

View File

@@ -129,7 +129,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'AccessorBlock': 124,
'PatternBinding': 125,
'EnumCaseElement': 126,
'InfixOperatorGroup': 127,
'OperatorPrecedenceAndTypes': 127,
'PrecedenceGroupRelation': 128,
'PrecedenceGroupNameElement': 129,
'PrecedenceGroupAssignment': 130,
@@ -228,6 +228,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'AttributedType': 223,
'YieldStmt': 224,
'YieldList': 225,
'IdentifierList': 226,
}