[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0109-2.cs
blob980b67c13dcbe61551ece4d55b59e4fdb5be12ba
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 { set { } }