[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0542.cs
blobadc6998817928235ee8520e827bc9a5d3defccde
1 // CS0542: `X.X': member names cannot be the same as their enclosing type
2 // Line: 4
3 class X {
4 int X;