blob: 91589f5ea3724ec91c83154d8649bb160ca13f68 [file] [log] [blame]
class Client {
int foo(){
return A.<ref>FIELD;
}
}
class A implements I{
}
interface I {
public static final int FIELD = 1;
}