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

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

class X
{
	List<int,long> list;
}