blob: 9953e741a848a7928186e2988224c06b33b96663 [file] [log] [blame]
class GroovyTest3Class
{
void doSomething()
{
org.codehaus.groovy.ant.GroovyTest.FLAG = "from groovytest3.GroovyTest3Class.doSomething()"
}
void doSomethingWithArgs(args)
{
org.codehaus.groovy.ant.GroovyTest.FLAG = "from groovytest3.GroovyTest3Class.doSomethingWithArgs() " + args.join(" ")
}
}