blob: 1f7cbd1816687d864487fdadcb505b86fb549540 [file]
package p;
class A{
static final int FF= 2;
void f(){
int t= A.FF;
}
}