public class Util { int goo(C c) { return c.VALUE; } } class C { static final int VALUE = 2; static int getValue() {} }