package a;
public class Consts {
   static String A_CONST="bla"; // default visibility - will be OK, TestNPE is in the same package
}