[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-510.cs
blobc39feade14c407ef7fc071987d3a6255a457592a
1 interface IA<T>
5 class CA<U, V>
9 public class Map<K, T> : IA<CA<K, IA<T>>>, IA<T>
13 class S
15 public static void Main ()
17 new Map<double, short> ();