**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0109-3.cs
blob3c288cf684191088e3ef0db6ded7b5291a3ae3b0
1 // cs0109.cs: The member 'BaseClass.Location' 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;