Sign in
fuchsia
/
third_party
/
swift
/
refs/heads/upstream/main
/
.
/
test
/
Serialization
/
Inputs
/
circular-protocols
/
a.swift
blob: cf2f3fb695c81959db8f01762769999e7ee48460 [
file
] [
edit
]
public
protocol A
{
associatedtype T
:
B
}
public
protocol
SubProto30984417
:
BaseProto30984417
{}