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