[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs0273.cs
blobd885a723d7106673e1a9aac17a6dd615af8584a3
1 // CS0273: The accessibility modifier of the `Error0273.Message.get' accessor must be more restrictive than the modifier of the property or indexer `Error0273.Message'
2 // Line: 8
3 // Compiler options: -t:library
5 class Error0273
7 protected internal string Message {
8 public get {
9 return "Hi";
11 set {