package fruits;

class plum
{
    static apple a = new apple();

    static { a.i = 0; }  
}
