blob: eedceb5282eb2c062695038bbab4371ce9c622f3 [file] [log] [blame]
class Test {
void foo() {
try {
// This is comment"
int i = 1;
} catch (Exception e) {
<caret><selection>e.printStackTrace();</selection>
} finally {
}
}
}