blob: 51dce73444ad9d4d0f840228d020c8627bb9fca6 [file] [log] [blame]
public class Foo {
int f(int x) {
return x + 1;<caret>
}
}