(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0108.cs
blobba5e3ec97b1ff9a0257ace9eb28f514b8e7ee845
1 // cs0108.cs: The new keyword is required on MEMBER because it hides MEMBER2
2 // Line:
3 // Compiler options: -warnaserror -warn:1
5 class Base {
6 public void F () {}
9 class Derived : Base {
10 void F () {}