blob: 51681b65d3c9d67fcd1281d87f3451eefb94aedb [file] [log] [blame]
package p;
//initialize in method
class A{
private int i;
void f(){
i= 0;
}
}