Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

The following returns (nil "b"):

((fn [& var-args] var-args) "a" "b")

var-args should to be shadowed by default.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2465 (reported by aralo)
...