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

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

class Foo<T>
	where T : object
{
}