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

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

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