mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
2d03664e45
Previously, when a pseudogeneric function returned a type parameter, it was unowned. That resulted in invalid OSSA out of SILGen. Here, this is fixed to use the @autoreleasing convention. rdar://64375208