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