Avatar
@swift-main protocol P{} extension P{ func a(){ P.a(self)() } } (edited)