blob: 3ed9537fe9b02fc32cd9bacf62162e89453cebae [file] [log] [blame]
class GroovyTest2Class
{
void doSomething()
{
org.codehaus.groovy.ant.GroovyTest.FLAG = "from GroovyTest2Class.doSomething()"
}
}