issue34182

Structs

T1 struct #

type T1 struct {
f *T2
}

T2 struct #

type T2 struct {
f T3
}

T3 struct #

type T3 struct {
*T2
}

Generated with Arrow