mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
In general the solver attempts to gather all of the generic argument mismatches into a single fix because there could be an arbitrary number of generic arguments. This is uncessary for key path literals matching against a contextual type because they have at most two generic arguments (Root and Value), so it's better to produce fixes for root and value type individually.
603 KiB
603 KiB