cloroutine
cloroutine copied to clipboard
reflective method call generates field access
Repro :
(def tls (ThreadLocal.))
(macroexpand '(cloroutine.core/cr {} (.get tls)))
(.get tls)
is turned into (. tls -get)