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 55907fb commit 1d910fbCopy full SHA for 1d910fb
lib/Sema/CSDiagnostics.cpp
@@ -2323,7 +2323,7 @@ bool MissingMemberFailure::diagnoseAsError() {
2323
diag::could_not_find_value_dynamic_member,
2324
baseExprType, baseType, getName());
2325
diagnostic.highlight(baseExpr->getSourceRange())
2326
- .highlight(nameLoc.getSourceRange());
+ .highlight(nameLoc.getSourceRange());
2327
}
2328
} else {
2329
if (auto correction = corrections.claimUniqueCorrection()) {
0 commit comments