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