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

gcs0702.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86da60750bd1a871649ebb5d4b556e091731a669 (plain)
1
2
3
4
5
6
using System;

class Foo<T>
	where T : Array
{
}