Avatar
@swift-4.1.3 class A { init() {} convenience init(s: String) { print(self.init()) } } (edited)