Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-3
-
None
Description
f= new Factory()
c = f.getElementClosure('x')
c(0)
class Factory {
Closure getElementClosure(tag) {
{body |
return {body |
if (body instanceof Closure)
}
}
}
}
Throws a VerifyError