// CS1031: Type expected // Line: 16 public class B where Y: B { } public class A: B> { } public class Repro { public static void Main (string[] args) { var h = typeof (B>); } }