Fork me on GitHub
#clj-kondo
<
2019-05-08
>
borkdude08:05:29

@marc-omorain (fn) isn’t valid in clojure, right?

borkdude08:05:57

doseq is giving a false positive here, I’ll fix that

borkdude08:05:46

oh I see, (let [fn (fn [])] (fn)) isn’t working. I’ll fix that too 🙂

Marc O'Morain09:05:05

Yes, this is the case - a higher order function takes a formal arg named fn

borkdude09:05:50

thanks, I’ve made a GH issue for it and I’ll fix it before the next release