blob: 9e423224b93e68537cdf4ca792298eb7413420a9 [file] [log] [blame]
package p;
class A{
void m(int i, int j){
m(0, 1);
}
}