[Syntax] Split ActorDecl into its own syntax node apart from ClassDecl.

This commit is contained in:
Doug Gregor
2022-07-09 23:29:41 -07:00
parent 4aad8a929b
commit 9b17cc4aae
2 changed files with 28 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'CodeBlock': 93,
'DeclNameArgument': 94,
'DeclNameArguments': 95,
# removed: 'FunctionCallArgument': 96,
'ActorDecl': 96,
'TupleExprElement': 97,
'ArrayElement': 98,
'DictionaryElement': 99,