mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We cannot do this because we don't know where to insert the compensating release after the propagated `partial_apply`. A required `strong_retain` may have been moved over the `partial_apply`. Then we would release the keypath too early. Fixes a mis-compile rdar://161321614
15 KiB
15 KiB