We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc0f1e commit f42b150Copy full SHA for f42b150
src/main/cljs/cljs/core.cljs
@@ -7217,7 +7217,7 @@ reduces them without incurring seq initialization"
7217
(let [kv (first extra-kvs)]
7218
(aset ret i (-key kv))
7219
(aset ret (inc i) (-val kv))
7220
- (recur (+ 2 seed-cnt) (next extra-kvs)))
+ (recur (+ 2 i) (next extra-kvs)))
7221
ret))))
7222
7223
(set! (.-createAsIfByAssoc PersistentArrayMap)
0 commit comments