We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41d40b commit b6c48c7Copy full SHA for b6c48c7
src/main/clojure/cljs/core.cljc
@@ -682,7 +682,7 @@
682
bk (val (first bes))
683
local (if #?(:clj (core/instance? clojure.lang.Named bb)
684
:cljs (cljs.core/implements? INamed bb))
685
- (symbol nil (name bb))
+ (with-meta (symbol nil (name bb)) (meta bb))
686
bb)
687
bv (if (contains? defaults local)
688
(core/list 'cljs.core/get gmap bk (defaults local))
0 commit comments