[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / cs0534-6.cs
1 // CS0534: `M' does not implement inherited abstract member `B.BMethod()'
2 // Line: 5
3 // Compiler options: -r:CS0534-6-lib.dll
4
5 class M : C
6 {
7 }