2004-04-22 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / errors / gcs0695.cs
1 interface I<X>
2 { }
3
4 class A<X,Y> : I<X>, I<Y>
5 { }