mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[docs] Updating TypeChecker.rst
This commit is contained in:
@@ -3741,7 +3741,6 @@ ConstraintSystem::getFunctionArgApplyInfo(ConstraintLocator *locator) {
|
||||
choice = overload->choice;
|
||||
rawFnType = overload->openedType;
|
||||
} else {
|
||||
assert(isa<CallExpr>(anchor) && "Should always be a CallExpr");
|
||||
// If we didn't resolve an overload for the callee, we should be dealing
|
||||
// with a call of an arbitrary function expr.
|
||||
auto *call = cast<CallExpr>(anchor);
|
||||
|
||||
Reference in New Issue
Block a user