blob: 156b35ec47a1eb2bc7de23cd16b382ec07d6f338 [file] [log] [blame]
public protocol BB {
associatedtype T
}
public protocol B {
associatedtype T : BB
}
public protocol BaseProto30984417 {
func toConcrete() -> SubProtoImpl30984417
}