Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.1
-
OSX 10.9.1
Description
Originally discussed here: http://stackoverflow.com/questions/21149013/groovy-implicit-invocation-not-working-for-member-closures-when-using-compilest
Implicit invocation of member closures throws an exception while explicit closure invocation for member closures works correctly when using compile static.
Attached is a sample groovy script which demonstrates the issue.