[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0109-3.cs
blobae8b1285786c7fb1f154ea173e2b510cd768314f
1 // CS0109: The member `BaseClass.Val' does not hide an inherited member. The new keyword is not required
2 // Line: 6
3 // Compiler options: -warnaserror -warn:4
5 class BaseClass {
6 public new const bool Val = false;