[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-561.cs
blob5e601761df7fc55c822ae8c53965781e462ac03e
1 // Compiler options: -r:gtest-561-lib.dll
3 using System.Collections.Generic;
5 class C : A, I
7 public void Foo<T> (List<T> arg) where T : A
11 public static void Main ()
13 new C ().Foo(new List<A> ());