(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0276.cs
blobf55bc4221e67fff1711a875b7636d2e4778d33d2
1 // cs0276.cs: Accessibility modifiers can only be used if both get and set accessors exist
2 // Line: 7
3 // Compiler options: -t:library
5 class Error0276
7 protected internal string Message {
8 internal set {