blob: 8f1a8f394ae85380a682ee8dd4ef8e7fd896893f [file] [log] [blame]
public class Foo {
void m() {
int foo = 2 + 2;<caret>
}
}