mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
More generally, an unavailable initializer shouldn't stomp on an available initializer, because it's possible that (for example) a designated initializer will be unavailable but a factory initializer will be available, so one still construct objects of that type. Fixes rdar://problem/26238032.
1.1 KiB
1.1 KiB