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 c7e7a04 commit 0321341Copy full SHA for 0321341
lib/Sema/TypeCheckError.cpp
@@ -134,7 +134,7 @@ class AbstractFunction {
134
fn = conversion->getSubExpr()->getValueProvidingExpr();
135
} else if (auto conversion = dyn_cast<BindOptionalExpr>(fn)) {
136
137
- // Look through optional injections
+ // Look through optional injections.
138
} else if (auto injection = dyn_cast<InjectIntoOptionalExpr>(fn)) {
139
fn = injection->getSubExpr()->getValueProvidingExpr();
140
// Look through function conversions.
0 commit comments