Avatar
@swift-4.2.4 @swift-main protocol P {} extension P { typealias Concrete = S } struct S : P {} let a: P = .Concrete.self print(a)