mirror of
https://github.com/apple/swift.git
synced 2026-03-08 18:24:30 +01:00
If the extension adds conformance to an invertible protocol, it's confusing for people to also infer conditional requirements on the generic parameters for those invertible protocols. This came up in the review of SE-427.