mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When a protocol closes off an associated type by tying it to a concrete type (e.g., via a same-type constraint), allow associated type inference to use that information to infer the associated type rather than requiring the user to restate the obvious. Fixes SR-6640.