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