Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcs0695-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e574f599184e710f95492ae0ed1223a7fc3ee0f6 (plain)
1
2
3
4
5
interface I<X>
{ }

class A<X,Y,Z> : I<X>, I<A<Y,Y,Z>>
{ }