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