// gcs0405.cs: Duplicate constraint `I' for type parameter `T'. // Line: 8 interface I { } class Foo where T : I, I { }