// CS0703: Inconsistent accessibility: constraint type `I' is less accessible than `C' // Line: 8 interface I { } public class C where T : I { }