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 f58a64f commit e8843b6Copy full SHA for e8843b6
lib/Sema/TypeCheckStorage.cpp
@@ -165,7 +165,7 @@ static void enumerateStoredPropertiesAndMissing(
165
ASTContext &ctx = decl->getASTContext();
166
for (auto *member : decl->getMembers()) {
167
if (auto *var = dyn_cast<VarDecl>(member)) {
168
- if (!var->isStatic() && var->hasStorage())) {
+ if (!var->isStatic() && var->hasStorage()) {
169
if (var->getName() == ctx.Id_id) {
170
distributedActorId = var;
171
} else if (var->getName() == ctx.Id_actorSystem) {
0 commit comments