class Test { } class Foo where T : Test { } class X { static void Main () { Foo foo; } }