mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Bump node serialization code for MoveExpr due to subsequent commit landing.
This commit is contained in:
@@ -31,7 +31,6 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
|||||||
'PoundColumnExpr': 26,
|
'PoundColumnExpr': 26,
|
||||||
'TryExpr': 27,
|
'TryExpr': 27,
|
||||||
'AwaitExpr': 249,
|
'AwaitExpr': 249,
|
||||||
'MoveExpr': 267,
|
|
||||||
'IdentifierExpr': 28,
|
'IdentifierExpr': 28,
|
||||||
'SuperRefExpr': 29,
|
'SuperRefExpr': 29,
|
||||||
'NilLiteralExpr': 30,
|
'NilLiteralExpr': 30,
|
||||||
@@ -271,6 +270,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
|||||||
'GarbageNodes' : 266,
|
'GarbageNodes' : 266,
|
||||||
'LabeledStmt': 267,
|
'LabeledStmt': 267,
|
||||||
'InfixOperatorExpr': 268,
|
'InfixOperatorExpr': 268,
|
||||||
|
'MoveExpr': 269,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user