blob: 6b72624961bf950fc45fb31cc9e345753ebb79f4 [file] [log] [blame]
public class Test {
public static final int CONST = foo();
private static int foo() {
return 0;
}
}