package p; class A { public static final int CONST= 17; Test(int num) {} void run() { new Test(CONST); } }