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