package p;
class A{
    static final int FF= 2;
    void f(){
        int t= A.FF;
    }
}