[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1057.cs
blob4305642b4b3e58bb0581addcb5f9b011d4b4f836
1 // CS1057: `B._a': Static classes cannot contain protected members
2 // Line: 6
4 public static class B
6 protected static object _a = null;