cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Inlining a variable removes metadata from the following variable, if present

Open cursive-ide opened this issue 8 months ago • 1 comments

For example, when inlining dir in this snippet:

(let [dir (jio/file "/Users/colin")
      ^FileFilter ff (fn [f] true)]
  (.listFiles dir ff))

cursive-ide avatar Jun 12 '24 05:06 cursive-ide