[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0710.cs
blob02ea2eeb3582adb119bb83e364913107b4f08253
1 // CS0710: `StaticClass': Static classes cannot have instance constructors
2 // Line: 5
4 static class StaticClass {
5 public StaticClass () {}