> On Mar 23, 2016, at 7:13 AM, Maximilian Hünenberger <[email protected]> > wrote: > > Wouldn't it be easier (syntax wise) to extend the meta type directly? : > > protocol P {} > extension P.Type { > static func a() {} > }
Maybe we'd allow that too, but you wouldn't want 'static' there, since that would put methods on P.Type.Type rather than P.Type. -Joe _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
