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.
2 parents cbf3c58 + 43f6a97 commit abaa58bCopy full SHA for abaa58b
lib/IRGen/GenReflection.cpp
@@ -181,7 +181,7 @@ getRuntimeVersionThatSupportsDemanglingType(CanType type) {
181
if (fn->isAsync() || fn->isSendable() || fn->hasGlobalActor())
182
return true;
183
184
- for (const auto param: fn->getParams()) {
+ for (const auto ¶m : fn->getParams()) {
185
if (param.isIsolated())
186
187
}
0 commit comments