Welcome! Please see the About page for a little more info on how this works.
(go (println () [] (range 0) (list) {} #{}))
This prints
nil [] () () {} #{}
But it should print (which it properly does outside of go blocks)
() [] () () {} #{}
This appears to only be an issue in ClojureScript.
Thanks, logged as https://clojure.atlassian.net/browse/ASYNC-244