aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr113066/Consts3.java
blob: 1cf722b55b550a72d056e4d2b7818ff3d65ef19e (plain)
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

}