Skip to content

Commit 5b1a7f0

Browse files
mfikesswannodette
authored andcommitted
CLJS-3304: Higher order checked arrays
1 parent fe0c6e9 commit 5b1a7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
:ns current-ns}))
12361236

12371237
(core-name? env sym)
1238-
(do
1238+
(let [sym (resolve-alias 'cljs.core sym)]
12391239
(when (some? confirm)
12401240
(confirm env 'cljs.core sym))
12411241
(merge (gets @env/*compiler* ::namespaces 'cljs.core :defs sym)

0 commit comments

Comments
 (0)