2003-02-13 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs0113.cs
1 class X {
2         public virtual override void Y () {}
3 }