blob: 0e8fab2f2ffb825b2ba89698c74afcefbd4027e8 [file] [log] [blame]
class Test {
int f<caret>oo(int i) {
if (i == 0) return -1;
return foo(i - 1);
}
}