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