mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +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
6 lines
99 B
JSON
6 lines
99 B
JSON
{
|
|
"kind": "Root",
|
|
"name": "TopLevel",
|
|
"printedName": "TopLevel",
|
|
"json_format_version": 6
|
|
} |