mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* [stdlib] SE-0061: Add Generic Result and Error Handling to autoreleasepool() Added `rethrows` and generic return type to ObjectiveC.autoreleasepool. Added tests of these new capabilities. Fixes SR-1394 and SR-842 * Updated for code style review.