[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-034.cs
blob81aa51ad9c6b512617be88575b3185cb86cb500a
1 class Foo<T>
2 { }
4 class Stack<T>
5 { }
7 //
8 // We may use a constructed type `Stack<T>' instead of
9 // just a type parameter.
12 class Bar<T> : Foo<Stack<T>>
13 { }
15 class X
17 public static void Main ()
18 { }