mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It is not always possible to match candidate types against corresponding parameter types for certain overloads i.e. when parameter is an associated type. `scoreCandidateMatch` needs to be able to indicate that to the caller to allow it to move to the next parameter (if any) without failing the overload choice when the match cannot be established.
37 KiB
37 KiB