Skip to content

Commit 7e11286

Browse files
committed
add missing declare
1 parent 797823b commit 7e11286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4124,6 +4124,8 @@ reduces them without incurring seq initialization"
41244124

41254125
(set! *unchecked-if* false)
41264126

4127+
(declare ObjMap)
4128+
41274129
;; CLJS-3200: used by destructure macro for maps to reduce amount of repeated code
41284130
;; placed here because it needs apply and hash-map (only declared at this point)
41294131
(defn --destructure-map [gmap]

0 commit comments

Comments
 (0)