// cs0628.cs: 'B._a': new protected member declared in static class // Line: 6 // Compiler options: -warnaserror -warn:4 public static class B { protected static object _a = null; }