blob: 6590c06229eec5f6a310814c549c2af9afd93943 [file] [log] [blame]
// nothing has changed!
public class Test {
public static final int CONST = foo();
private static int foo() {
return 0;
}
}