[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-517.cs
blobb909086222fed331fe12aa69e45ce4f109a6b5d2
1 public interface I : IA
5 public interface IA
9 public class C
13 public class G<T> where T : C, I
17 class Test<U> where U : C , I
19 G<U> field;
22 class M
24 public static void Main ()