using System; class A where T: IComparable { } class B where U: IComparable where V: A { } class Driver { public static void Main () { A a_int; B> b_stuff; } }