Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs1057-3.cs
blob3c5bbc79a8329dcaf3afb84177ecb4f0a0f19842
1 // CS1057: `S.P.set': Static classes cannot contain protected members
2 // Line: 6
4 static class S
6 public static int P {
7 get;
8 protected set;