Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / mcs / tests / gtest-552.cs
blobe3a2a9f2f55914e4c9fc967974f5e698d8933a11
1 // Compiler options: -r:gtest-552-lib.dll
3 class A : G<A>.GPD
7 class B : H<int>
9 public class MM : M<MM>
14 public class Test
16 public static int Main ()
18 var a = new A ();
19 a.GT = new A ();
20 a.GT.Foo ();
22 new B.N<B, B.MM> ();
23 return 0;