// CS0695: `C' cannot implement both `I>' and `I' because they may unify for some type parameter substitutions // Line: 10 interface I { } interface K { } class C : I>, I { }