[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs1604.cs
blobaade078c9b4afb443ae1d5683c30b5303496a804
1 // CS1604: Cannot assign to `this' because it is read-only
2 // Line: 8
4 class C
6 public void Main ()
8 this = null;