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