Files
openide/java/java-tests/testData/compileServer/incremental/fieldProperties/nonCompileTimeConstant/Test.java.new
T

9 lines
135 B
Plaintext

// nothing has changed!
public class Test {
public static final int CONST = foo();
private static int foo() {
return 0;
}
}