[docs] Updating TypeChecker.rst

This commit is contained in:
Luciano Almeida
2020-02-16 16:54:11 -03:00
parent 6c617f9718
commit a32e3f4598
2 changed files with 0 additions and 2 deletions

View File

@@ -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);