Repro for Kondo bug.
$ clj-kondo --lint my_ns.clj
my_ns.clj:8:50: error: Expected: associative collection or nil, received: string.
linting took 9ms, errors: 1, warnings: 0
This repro is to demonstrate how to reproduce https://github.com/clj-kondo/clj-kondo/issues/1773. Do not star it, only a crazy person would do that.
Clojure
Repro for Kondo bug.
$ clj-kondo --lint my_ns.clj
my_ns.clj:8:50: error: Expected: associative collection or nil, received: string.
linting took 9ms, errors: 1, warnings: 0