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