object.invokeMethod("testExampleUseOfClosureScopesUsingEach", null);
}
public void testStaticClosureBug() throws Exception {
GroovyObject object = compile("src/test/groovy/bugs/StaticClosurePropertyBug.groovy");
object.invokeMethod("testCallStaticClosure", null);
}
public void testZoharsBug() throws Exception {
GroovyObject object = compile("src/test/groovy/bugs/ZoharsBug.groovy");
object.invokeMethod("testBug", null);