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