const go/types.MethodVal

5 uses

	go/types (current package)
		call.go#L908: 			check.recordSelection(e, MethodVal, x.typ, obj, index, indirect)
		methodset.go#L240: 			s[key] = &Selection{MethodVal, nil, f, index, indirect}
		selection.go#L56: 	MethodVal                       // x.f is a method selector
		selection.go#L97: 	case MethodVal:
		selection.go#L164: 	case MethodVal: