const internal/types/errors.CannotInferTypeArgs

5 uses

	internal/types/errors (current package)
		code_string.go#L145: 	_ = x[CannotInferTypeArgs-138]
		codes.go#L1355: 	CannotInferTypeArgs

	go/types
		call.go#L112: 		err := check.newError(CannotInferTypeArgs)
		call.go#L613: 		err := check.newError(CannotInferTypeArgs)
		call.go#L621: 				check.errorf(err.posn(), CannotInferTypeArgs, "in call to %s, %s", call.Fun, err.msg())