mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If client's subclass provides an implementation of all of its superclass designated initializers, it automatically inherits all of the superclass convenience initializers. This means if a new designated init is added to the base class, the inherited convenience init may be missing and cause breakage. SR-11454
76 KiB
76 KiB