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