blob: 5b456cc9c248d4c1403620ae9e9dd0542555246f [file] [log] [blame]
//assigned to more than once
package p;
class A{
int m(){
/*[*/int i= 0;/*]*/
if (true)
i= 0;
return 9;
};
}