2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0109.cs
blobea4ee76ffe2d183a951778327df7984607ae90c9
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 int Location;