class Test { public static final int FOO = 0; public static final int BAR = 2; void foo() { System.out.println(FOO); } }