[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0619-12.cs
blob8a374974510f9cd74bd1f732d20d7254308a7022
1 // CS0619: `I' is obsolete: `'
2 // Line: 13
4 using System;
6 [Obsolete("", true)]
7 interface I
11 class A
13 int this [I index] {
14 get {
15 return 15;