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