blob: 72e14484a513a3bd7da0c17cb4e6076c2f354d61 [file] [log] [blame]
class Test {
void foo() {
int i<caret>i = 4 + 2;
//comment
String var = "";
}
}