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