[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-165-lib.cs
blob599ad273863b1afa290287f06960fedd1afad286
1 // Compiler options: -t:library
3 public class A<T>
5 public int this [T arg] {
6 get {
7 return 1;
11 public int this [string arg] {
12 get {
13 return 2;