blob: 85cbb8b3d02114a70fe9b3fc8af16b478aa11444 [file] [log] [blame]
try{}
catch(Exception e) {
<begin>print e<end>
}
-----
try{}
catch(Exception e) {
testMethod(e)
}
private testMethod(Exception e) {
print e
}