[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs1525-7.cs
blobf28fd8ac7fa4b73029e3ac5f25ee46976153c3ab
1 // CS1525: Unexpected symbol `this', expecting `(', `[', `{', or `type'
2 // Line: 8
4 class M
6 public static void Main ()
8 p = new this;