cloroutine icon indicating copy to clipboard operation
cloroutine copied to clipboard

reflective method call generates field access

Open leonoel opened this issue 2 years ago • 0 comments

Repro :

(def tls (ThreadLocal.))
(macroexpand '(cloroutine.core/cr {} (.get tls)))

(.get tls) is turned into (. tls -get)

leonoel avatar Oct 25 '22 07:10 leonoel