2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0274.cs
blob533307bd8637668f4db56afdd2cc36ab0a674f07
1 // cs0274.cs: `Error0274.Message': Cannot specify accessibility modifiers for both accessors of the property or indexer
2 // Line: 7
3 // Compiler options: -t:library
5 class Error0274
7 protected internal string Message {
8 protected get {
9 return "Hi";
11 internal set {