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

gcs0401.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 198974ab1a58e95f3138b438a72cf6ea3bf62f78 (plain)
1
2
3
4
class Foo<T>
	where T : new (), new ()
{
}