mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This ensures that if the block has an @out return value that the return value is considered to be affected by the actual call of the block. Before b/c we smuggled the value through a Sendable continuation, we would lose the connection in between the block and that result. rdar://131422332