blob: 6afd214f2c3e5a8127ffb7941e1d5e85433f85c0 [file] [log] [blame]
/**
* @version $Revision$
*/
class FullyQualifiedClassBug extends GroovyTestCase {
void testBug() {
java.lang.System.err.println("Hello world")
}
}