while fixing CLJS-3136, I saw this:
(ns clojure.reflect
^{:doc "DEPRECATED. Do not use, superceded by REPL enhancements."}
(:refer-clojure :exclude [meta macroexpand])
(:require [<http://clojure.browser.net|clojure.browser.net> :as net]
[clojure.browser.event :as event]))
I think the metadata there is misplaced, since it's on the :refer-clojure
form?I'll remove the ^