blob: 40c98566a3e8d01a66a5c543159ba5788c358b96 [file] [log] [blame]
def test=new Test()
try {
test.foo()
} catch (Exception e) {
e.printStackTrace()
}