const go/types.MethodVal

5 uses

	go/types (current package)
		call.go#L656: 			check.recordSelection(e, MethodVal, x.typ, obj, index, indirect)
		methodset.go#L232: 			s[key] = &Selection{MethodVal, nil, f, index, indirect}
		selection.go#L20: 	MethodVal                       // x.f is a method selector
		selection.go#L62: 	case MethodVal:
		selection.go#L124: 	case MethodVal: