Skip to content

Commit 591b5a8

Browse files
committed
missing declare Vector
1 parent db2d623 commit 591b5a8

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
@@ -10376,6 +10376,8 @@ reduces them without incurring seq initialization"
1037610376
(implements? IMeta obj)
1037710377
(not (nil? (meta obj)))))
1037810378

10379+
(declare Vector)
10380+
1037910381
(defn- simple-map-entry [k v]
1038010382
(reify
1038110383
ICounted

0 commit comments

Comments
 (0)