blob: 50b1283db33c4bb39e4a67da445f01d8c6e7996a [file] [log] [blame]
package p;
class A{
private int m(
int i,
int j){
return m(m(i, j), 1);
}
}