Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0113.cs
blobdf0a6514e9fe26531e8db4a48e88087fb680f320
1 // cs0113.cs: A member `X.Y()' marked as override cannot be marked as new or virtual
2 // Line: 8
4 class X {
5 public virtual override void Y () {}