mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CSApply] Solve keypath methods and initializers.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user