We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b17cc4 commit 188cf5cCopy full SHA for 188cf5c
lib/Parse/ParseDecl.cpp
@@ -4723,7 +4723,7 @@ Parser::parseDecl(ParseDeclOptions Flags,
4723
4724
if (Tok.isContextualKeyword("actor") && peekToken().is(tok::identifier)) {
4725
Tok.setKind(tok::contextual_keyword);
4726
- DeclParsingContext.setCreateSyntax(SyntaxKind::ClassDecl);
+ DeclParsingContext.setCreateSyntax(SyntaxKind::ActorDecl);
4727
DeclResult = parseDeclClass(Flags, Attributes);
4728
break;
4729
}
0 commit comments