blob: f13267b2560e286a25b0a866f2eccb832cfee69a [file] [log] [blame]
public struct Bar<T: SwiftProto> {}
public struct Baz {
var bar: Bar<Foo>
}