blob: c78bb7d084a59753f410b655abaffe5de0bf4d03 [file] [log] [blame]
// "Add Catch Clause(s)" "true"
class a {
void g() throws Exception {
}
// initializer
{
try {
// comment before
<caret>g();
// comment after
}
}
}