uclj icon indicating copy to clipboard operation
uclj copied to clipboard

support :const meta of def

Open erdos opened this issue 3 years ago • 0 comments

see test from Babashka vars_test.cljc:

(def ^:const x 10)
(defn foo [] x)
(def x 11)
(foo)

erdos avatar Jan 15 '22 21:01 erdos