blob: 319c5a9987667bb93d68d65eceb21c862f11a8a6 [file] [log] [blame]
public class Foo {
int f(int x) {
x + 1.return<caret>
}
}