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 f947058 commit 053aa5eCopy full SHA for 053aa5e
src/main/cljs/cljs/core.cljs
@@ -12180,7 +12180,7 @@ reduces them without incurring seq initialization"
12180
(let [k (munge (str_ sym))]
12181
;; FIXME: this shouldn't need ^boolean due to GCL library analysis,
12182
;; but not currently working
12183
- (when ^boolean (gobject/containsKey obj k)
+ (when (gobject/containsKey obj k)
12184
(let [var-sym (symbol (str_ name) (str_ sym))
12185
var-meta {:ns this}]
12186
(Var. (ns-lookup obj k) var-sym var-meta)))))
0 commit comments