uclj
uclj copied to clipboard
support :const meta of def
see test from Babashka vars_test.cljc
:
(def ^:const x 10)
(defn foo [] x)
(def x 11)
(foo)