mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
In particular, it doesn't "toll-free bridge" to the Error existential on non-ObjC-interop platforms, and we would miscompile as if it could. This should fix SR-585.
2 lines
31 B
Swift
2 lines
31 B
Swift
public class NSError: Error {}
|