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