blob: 13826ee3b45f609fe145e81eca537fc07e9fdd8d [file] [log] [blame]
package p;
//initialize in constructors
class A{
void f(){
int i= 0;
i++;
}
}