//renaming to: j
package p;
class A{
	int m(){
		int[] /*[*/j/*]*/= null;
		j[0]= 0;
	};
}