Skip to content

Commit d8991b4

Browse files
committed
reflection warning
1 parent 1c1364a commit d8991b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/compiler.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@
14231423
(get-in @env/*compiler* [:options :emit-constants])
14241424
(conj ana/constants-ns-sym)))
14251425
:file dest
1426-
:out-file (.toString dest)
1426+
:out-file (.toString ^File dest)
14271427
:source-file src}
14281428
(when sm-data
14291429
{:source-map (:source-map sm-data)}))]

0 commit comments

Comments
 (0)