mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Syntax] Split ActorDecl into its own syntax node apart from ClassDecl.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user