Avatar
おー、ちゃんと警告まで出してくれるのか
7:29 AM
@swift-main protocol P{} extension P{ func a(){} func b() { P.a(self)() } }