blob: 73e2c7817a7be0396da170b73d4110dd03e3035b [file] [log] [blame]
class Test {
void foo() {
while (<caret><selection>true</selection>) {
// This is comment"
int i = 1;
}
}
}