class Parent { private static int a = 1; private static String foo() { return "Parent.foo"; } }