Hi 🙂 For the following code, I’d expect a warning and not an error from Clojure-lsp—since the code runs fine, though it doesn’t do anything useful.
(let [x (or)]
(str x))
;; => ""seems a bug in clj-kondo, feel free to post an issue there
Wrote an issue: https://github.com/clj-kondo/clj-kondo/issues/2352
The error report also looks broken, it is taking nil as the type of nil, and pass it to print or something, which results in the empty string