(go(reify java.util.Collection(add [this o](println o)(println this)true)))
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Unable to resolve symbol: this in this context
[org.clojure/clojure "1.5.1"][org.clojure/core.async "0.1.267.0-0d7780-alpha"]
(go
(reify java.util.Collection
(add [this o]
(println o)
(println this)
true)))
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Unable to resolve symbol: this in this context