blob: 402a353511baadfe760fb83cfabd575f8dae7679 [file] [log] [blame]
// illegal modifier combinations
abstract public class a {
public static <error descr="2">protected int f1 = 0;
}
class ff {
}