**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0273.cs
blobcbc31a50c589c688bf6867f4f90711b6c2ea5642
1 // cs0273.cs: Accessibility modifier must be more restrictive than the property access
2 // Line: 8
3 // Compiler options: -t:library
5 class Error0273
7 protected internal string Message {
8 public get {
9 return "Hi";
11 set {