2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs0405.cs
blob7a362e679d2a84f2fcc7c3e73c431f30e1605b67
1 // gcs0405.cs: Duplicate constraint `I' for type parameter `T'
2 // Line: 8
4 interface I { }
6 class Foo<T>
7 where T : I, I