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