package p;
public class A {
    static int i= 0;
    static interface Inner{
        int I= i;
    }
}
