cursive
cursive copied to clipboard
Inlining a variable removes metadata from the following variable, if present
For example, when inlining dir
in this snippet:
(let [dir (jio/file "/Users/colin")
^FileFilter ff (fn [f] true)]
(.listFiles dir ff))