Copied remotely
[mono.git] / mcs / errors / gcs0695-3.cs
1 interface I<X>
2 { }
3
4 interface K<X>
5 { }
6
7 class C<X,Y> : I<X>, I<K<Y>>
8 { }