Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gtest-215.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc1374cd79285415f9abbe57562c9e88bcfbc85c (plain)
1
2
3
4
public class R {}
public class A<T> where T : R {}
public partial class D : A<R> {}
class MainClass { public static void Main () {} }