mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Presently subtype constraint is considered a candidate for contraction via `shouldContractEdge` when left-hand side of the subtype constraint is an inout type with type variable inside. Although it's intended to be used only in combination with BindParam constraint assigned to the same variable, that is actually never checked and contraction of subtype constraint like that is invalid. Resolves: rdar://problem/34333874
719 B
719 B