issue31540

Type Aliases

A1 type #

type A1 X

A2 type #

type A2 A1

X type #

type X map[Y]Z

Z type #

type Z map[int]int

Structs

S struct #

type S struct {
b int
A2
}

Y struct #

type Y struct {
q int
}

Functions

Hallo function #

func Hallo() S

Generated with Arrow