Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.4
-
None
Description
def c =
{foo()}c.delegate = [foo:
{println "bar"}]
c()
Gives a MissingMethodException when trying to call foo() in the closure