[CSApply] Solve keypath methods and initializers.

This commit is contained in:
Amritpan Kaur
2025-01-10 13:16:35 -08:00
parent 724e3f9910
commit 0e895c6a2b
6 changed files with 95 additions and 25 deletions

View File

@@ -747,6 +747,7 @@ ConstraintLocator *ConstraintSystem::getCalleeLocator(
break;
case ComponentKind::UnresolvedApply:
case ComponentKind::Apply:
return getConstraintLocator(anchor, *componentElt);
case ComponentKind::Invalid:
case ComponentKind::OptionalForce:
case ComponentKind::OptionalChain: