//rename to: j1
package p;
class A{
	int m(){
		{
				int i= 0;
		 int /*[*/k/*]*/= 0;
			
			return i + k;
		}
	}
}