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