[mcs] New property/indexer cannot have accessors implementing an interface in base...
[mono.git] / mcs / errors / cs1024-2.cs
1 // CS1024: Wrong preprocessor directive
2 // Line: 7
3
4 class C
5 {
6         #region
7         #end\x0072egion
8 }