mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
A class that uses @objcImplementation but does not explicitly declare any designated initializers previously did not override the superclass initializers, so its stored properties would not be initialized. Opt these classes into that logic and adjust it to add the initializers to the @objcImplementation extension instead of the ClassDecl itself. Fixes rdar://105008242.
68 KiB
68 KiB