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

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

class X
{
	DateTime<int> now;
}