blob: fb1236d09b0f9cb24687da4766456faf9712cdd5 [file] [log] [blame]
public class Foo {
int f() {
return 42 + 1 + 2;<caret>
}
}