mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #42010 from nkcsgexi/90210674
This commit is contained in:
@@ -1966,7 +1966,7 @@ static ConstraintSystem::TypeMatchResult matchCallArguments(
|
||||
locator->getAnchor().isExpr(ExprKind::UnresolvedMemberChainResult)) {
|
||||
locator =
|
||||
cs.getConstraintLocator(cast<UnresolvedMemberChainResultExpr>(
|
||||
locator->getAnchor().get<Expr*>())->getChainBase());
|
||||
locator->getAnchor().get<Expr*>())->getSubExpr());
|
||||
}
|
||||
cs.recordFix(NotCompileTimeConst::create(cs, paramTy, locator));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user