blob: 5e4af9008df294cdf7d69d5625f5df50c3f4311d [file] [log] [blame]
//renaming to: j
package p;
class A{
int m(int[] i){
i[0]= 0;
return 1;
};
}