[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0122-8.cs
blob5f115025ed013d3dd6befc92266a8bc427d3e160
1 // CS0122: `A.AA.Foo()' is inaccessible due to its protection level
2 // Line: 16
3 // Compiler options: -r:CS0122-8-lib.dll
5 public class Test
7 public static void Main ()
9 new B.BB ().Foo ();