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

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

using System;

class X<T> : Attribute {
}

class D { static void Main () {}}