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