[w32file] Move MonoIO.Find{First,Next,Close} to managed
[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 }