Skip to content

Commit 73c5b89

Browse files
committed
- missing declare
1 parent 8246266 commit 73c5b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12385,7 +12385,7 @@ reduces them without incurring seq initialization"
1238512385
(recur (inc i)))))
1238612386
new-obj))
1238712387

12388-
(declare simple-hash-map)
12388+
(declare simple-hash-map HashMap)
1238912389

1239012390
(defn- keyword->obj-map-key
1239112391
[k]

0 commit comments

Comments
 (0)