class QTest { { System.out.println(Foo.BAR); } } class Foo { public static final String FOO = "FOO"; public static final String BAR = FOO; }