blob: 0be974758a6151efdd0d5a3e71321d05fb365713 [file] [log] [blame]
public class Foo {
void m() {
int foo = 2;
int i = foo<caret> + 2 /**/ ;
}
}