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