const internal/types/errors.CannotInferTypeArgs

5 uses

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

	go/types
		call.go#L113: 		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())