summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr113066/Consts.java
blob: e1f76e091128c4d7da5d427729843f4e0dc4da24 (plain)
1
2
3
4
package a;
public class Consts {
   static String A_CONST="bla"; // default visibility - will be OK, TestNPE is in the same package
}