// gcs0695.cs: `A' cannot implement both `I`1' and `I`1' because they may unify for some type parameter substitutions // Line: 7 interface I { } class A : I, I { }