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