blob: 0c5cca2573aafba943cd52a1919d790d0a97b5f5 [file] [log] [blame]
class ClassLoaderBug extends GroovyTestCase {
static void main(args) {
gst = new ClassLoaderBug();
gst.testWithOneVariable();
}
void testWithOneVariable() {
println("Called method")
}
}