public class StaticMethodCall { void m() { int i = Foo.STATIC_FIELD; } }