object.invokeMethod("testUsingLocalVar", null);
}
public void testBytecode6Bug() throws Exception {
GroovyObject object = compile("src/test/groovy/bugs/Bytecode6Bug.groovy");
object.invokeMethod("testPreFixReturn", null);
}
public void testPropertyTest() throws Exception {
GroovyObject object = compile("src/test/groovy/PropertyTest.groovy");
object.invokeMethod("testNormalPropertyGettersAndSetters", null);