go/types.Selection.Type (method)

3 uses

	go/types (current package)
		selection.go#L95: func (s *Selection) Type() Type {
		selection.go#L176: 	if T := s.Type(); s.kind == FieldVal {

	golang.org/x/tools/internal/typesinternal
		element.go#L39: 			sig := tmset.At(i).Type().(*types.Signature)