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