blob: 92d209cf3d252a490e2b48af8dd325c65d32c5b5 [file] [log] [blame]
public class Foo {
int f(int x) {
return x;<caret>
}
}