// CS1966: A constraint cannot be the dynamic type `I' // Line: 8 interface I { } class C where T : I { }