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