[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs1530-2.cs
blob8a381c72851edb8136f70e27fda2e428f9267ee9
1 // CS1530: Keyword `new' is not allowed on namespace elements
2 // Line: 8
4 class Base
8 new class X: Base {