Avatar
omochimetaru 9/22/2017 5:17 AM
public protocol P0 { func pp() } public extension Int : P0 { public func pp() {} } 1.pp() error: TempGround.playground:5:1: error: 'public' modifier cannot be used with extensions that declare protocol conformances public extension Int : P0 { ^~~~~~~
5:17 AM
むしろ外側に付けられない・・・?あれ?
5:18 AM
@koher の言っているエラーになった話はこれかなあ