Avatar
でも、それなら↓ができないの変じゃない? @swift-5.2.5 class C1 { init(_ x: Int) {} } class C2: C1 { init(foo: String) {} } print(C2(42))