2004-06-09 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / errors / gcs0695.cs
1 interface I<X>
2 { }
3
4 class A<X,Y> : I<X>, I<Y>
5 { }