//object.invokeMethod("testInject", null);
object.invokeMethod("testIncrementPropertyInclosure", null);
}
public void testBytecode4Bug() throws Exception {
GroovyObject object = compile("src/test/groovy/bugs/Bytecode4Bug.groovy");
object.invokeMethod("testInject", null);
object.invokeMethod("testUsingProperty", null);
}