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