Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch
Description
println "money proxy with method access : ${moneyProxy {1.euro() + 2.euro()}}"
this method prints null where I would expect it printed result of the closure.
moneyProxy is a static method which calls the ProxyMetaClass.use method ...
attached a patch...