const go/types.FieldVal

5 uses

	go/types (current package)
		builtins.go#L744: 		check.recordSelection(selx, FieldVal, base, obj, index, false)
		call.go#L897: 			check.recordSelection(e, FieldVal, x.typ, obj, index, indirect)
		selection.go#L55: 	FieldVal   SelectionKind = iota // x.f is a struct field selector
		selection.go#L162: 	case FieldVal:
		selection.go#L176: 	if T := s.Type(); s.kind == FieldVal {