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 84ec416 commit b733fd4Copy full SHA for b733fd4
1 file changed
src/main/cljs/cljs/core.cljs
@@ -13167,7 +13167,7 @@ reduces them without incurring seq initialization"
13167
(let [x (first in)
13168
out' (conj out x)
13169
i' (inc i)]
13170
- (if-not (== i (count out'))
+ (if-not (== i' (count out'))
13171
(throw (js/Error. (str_ "Duplicate key: " x)))
13172
(recur (next in) out' i')))
13173
out))))))
0 commit comments