Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
def c =
{foo()}c.delegate = [foo:
{println "bar"}]
c()
Gives a MissingMethodException when trying to call foo() in the closure