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

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

class Foo<T>
	where T : A, B
{
}