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