func go/types.NewUnion
4 uses
go/types (current package)
builtins.go#L866: ptyp := check.newTypeParam(tpar, NewInterfaceType(nil, []Type{NewUnion(terms)})) // assigns type to tpar as a side-effect
union.go#L22: func NewUnion(terms []*Term) *Union {
golang.org/x/tools/internal/gcimporter
ureader_yes.go#L412: return types.NewUnion(terms)
golang.org/x/tools/internal/typeparams
typeparams_go118.go#L123: return types.NewUnion(terms)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)