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

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

class Foo<T>
	where T : I, I
{
}