Skip to content

Commit 5ebb3ad

Browse files
committed
when -> core/when
1 parent 790d3a9 commit 5ebb3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@
18961896
(core/let [doc (core/as-> (last sigs) doc
18971897
(core/when (core/string? doc) doc))
18981898
sigs (take-while vector? sigs)
1899-
amp (when (some #{'&} (apply concat sigs))
1899+
amp (core/when (some #{'&} (apply concat sigs))
19001900
(cljs.analyzer/warning
19011901
:protocol-with-variadic-method
19021902
&env {:protocol psym :name fname}))

0 commit comments

Comments
 (0)