More tests ...
[mono.git] / mcs / errors / gcs0405.cs
1 interface I { }
2
3 class Foo<T>
4         where T : I, I
5 {
6 }