[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-081.cs
blobb96232ce2bd0a3a0a31f5e6619dd4d7d15739f40
1 public class ArrayList<T>
3 void AddAll<U> (U u)
4 where U : T
6 InsertAll (u);
9 void InsertAll (T t)
10 { }
13 class X
15 public static void Main ()
16 { }