// illegal modifier combinations abstract public class a { public static protected int f1 = 0; } class ff { }