summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr113066/Consts2.java
blob: ac145d1a423da452052b4c7b2fe0a38ebe00dcbb (plain)
1
2
3
4
package a;
public class Consts2 {
   private static String A_CONST="bla"; // Should get error in TestNPE - it can't see this to import it.
}