Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.0
-
None
Description
If you create a subclass of groovy.lang.Closure and try and invoke it like closure() you get MME for doCall() on the owner of the object. You have to instead do closure.call() which is annoying.