type go/types.SelectionKind

5 uses

	go/types (current package)
		recording.go#L164: func (check *Checker) recordSelection(x *ast.SelectorExpr, kind SelectionKind, recv Type, obj Object, index []int, indirect bool) {
		selection.go#L52: type SelectionKind int
		selection.go#L55: 	FieldVal   SelectionKind = iota // x.f is a struct field selector
		selection.go#L76: 	kind     SelectionKind
		selection.go#L84: func (s *Selection) Kind() SelectionKind { return s.kind }