blob: fe15bcdce5b857d4ca184b0d8cd971e1d22d1263 [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.
}
}
}