init
class My { static func `init`(arg: Void) -> My { return MyMy() } } class MyMy: My { } My(arg: ())