[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / cs1028.cs
1 // CS1028: Unexpected processor directive (no #if for this #endif)
2 // Line: 4
3
4 #endif
5
6 class C
7 {
8 }