blob: c01e090961cf00ae6491bdcfaf8abeb6cf50c846 [file] [log] [blame]
package p;
public class A{
void f(){
int i= B.FRED.length;
}
}