[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0109.cs
blobec88ff891ae3a900fd713f934178a78aefc950d7
1 // CS0109: 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;