Avatar
class Child: Base { init(b: String) throws { super.init(a: b) ?? { throw NSError() }() } } ↑こういうのやりたいですね