//5, 18 -> 5, 18   AllowLoadtime == false
package p;
class A {
	private static final int CONSTANT= 100;

	void f() {
		int i= CONSTANT;
	}
}