blob: 6e3bbc43595ba20ce8b42c0e6f95f7330044ecb4 [file] [log] [blame]
print <begin>Class.forName('java.lang.Object').newInstance()<end>
-----
print testMethod()
private testMethod() {
return Class.forName('java.lang.Object').newInstance()
}