blob: fff51ade7c6c09c8f528c352b56558aa134be854 [file] [log] [blame]
class Foo {
void foo(){
try {
// comment before
g();
// comment after
} catch (Exception e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
}
}
}