[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-148.cs
blob55dcf267595346f5b056fee3da70b7c472892da3
1 using System;
3 static class Test1 {
4 public class IOp<T> { }
5 static void Foo<S,OP>(uint v) where OP : IOp<S> { }
6 };
8 static class Test2 {
9 public class IOp<T> { }
10 static void Foo<T,OP>(uint v) where OP : IOp<T> { }
13 class X
15 public static void Main ()
16 { }