blob: ac612daf11ebc7488c2bf2ed63c11e882ec8abf5 [file] [log] [blame]
class Test {
public static final int FOO = 0;
public static final int BAR = 2;
void foo() {
System.out.println(FOO);
}
}