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

gcs0701.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4a27ee9614924c74afd099f4b6801f9e5b9a858 (plain)
1
2
3
4
5
6
sealed class A { }

class Foo<T>
	where T : A
{
}