[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0426-2.cs
blob2d7d66a92e4e7c1f6b60aaa65b80eacd3f6c5fa3
1 // CS0426: The nested type `M' does not exist in the type `N'
2 // Line: 6
4 class A
6 class B : N.M
11 class N
13 public const string S = "1";