Skip to content

Commit 6048bc9

Browse files
committed
CLJS-2783: with-out-str conflicts with :infer-externs
1 parent 7528dc7 commit 6048bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@
27802780
on a fresh StringBuffer. Returns the string created by any nested
27812781
printing calls."
27822782
[& body]
2783-
`(let [sb# (js/goog.string.StringBuffer.)]
2783+
`(let [sb# (goog.string/StringBuffer.)]
27842784
(binding [cljs.core/*print-newline* true
27852785
cljs.core/*print-fn* (fn [x#] (.append sb# x#))]
27862786
~@body)

0 commit comments

Comments
 (0)