//assigned to more than once
package p;
class A{
	int m(){
		/*[*/int i= 0;/*]*/
		if (true)
			i= 0;
		return 9;
	};
}