class Foo { public static final STR = "FOO"; public static void main() { System.out.println("BAR"); } }