Welcome! Please see the About page for a little more info on how this works.
Hello,
I have noticed what I guess is a mistake in clojure.java.io namespace. The do-copy method here https://github.com/clojure/clojure/blob/master/src/clj/clojure/java/io.clj#L388 shoud have a ^File type metadata instead of ^Writer.
clojure.java.io
do-copy
^File
^Writer
I think you're right, logged: https://clojure.atlassian.net/browse/CLJ-2724