Avatar
@swiftbot --version=4.0,3.1.1 class A { init(a: A) { } } class B: A { init() { super.init(a: self) } }