1 2 3 4 5
package a; public class Consts3 { protected static String A_CONST="bla"; // should be ok, TestNPE3 is a subclass of Consts }