blob: 4a8927a15789b2ed8d012fe900f7071bc29851c2 [file] [log] [blame]
class Test {
void foo() {
if (<caret>) {
// This is comment"
int i = 1;
}
}
}