A1 type #
type A1 X
type A1 X
type A2 A1
type X map[Y]Z
type Z map[int]int
type S struct {
b int
A2
}
type Y struct {
q int
}
func Hallo() S
Generated with Arrow