blob: e7dd7d6b8fea78f3c0a6651950ea9a2476fe97ed [file]
package p;
class A{
void f(){
int i;
int y= i =1;
}
}