mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Recently I found a soundness hole here, where we would allow conversion between `any P<T>` and `any Q<T>` even if P and Q have different primary associated types. However, the fix was too strict, because we still want to allow the conversion when the associated types have the same name. Fixes rdar://141968103.
1.1 KiB
1.1 KiB