//cannot rename to j
package p;
class A{
	int j;
	void m(){
		int /*[*/i/*]*/;
		j= 0;
	}
}