[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-282.cs
blob945419cc23b731a6ebe5334042c03c119564fa56
1 class Foo : C<Foo.Bar> {
2 public class Bar {}
4 class C<T> {}
6 class Test {
7 static Foo f = new Foo ();
8 public static void Main () { System.Console.WriteLine (f.GetType ().BaseType); }