go/types.Term.Type (method)

9 uses

	go/types (current package)
		union.go#L42: func (t *Term) Type() Type     { return t.typ }

	golang.org/x/tools/internal/gcimporter
		iexport.go#L822: 			w.typ(term.Type(), pkg)

	golang.org/x/tools/internal/typeparams
		coretype.go#L27: 	U = terms[0].Type().Underlying()
		coretype.go#L30: 		if !types.Identical(U, terms[identical].Type().Underlying()) {
		coretype.go#L48: 		curr, ok := terms[chans].Type().Underlying().(*types.Chan)
		normalize.go#L180: 			switch t.Type().Underlying().(type) {
		normalize.go#L182: 				tset2, err := computeTermSetInternal(t.Type(), seen, depth+1)
		normalize.go#L192: 				if t.Type() == types.Typ[types.Invalid] {
		normalize.go#L195: 				terms = termlist{{t.Tilde(), t.Type()}}