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

cs1530-3.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f6366ee7e82ed27630a9baab4f84fd570b9c5bf (plain)
1
2
3
4
5
6
7
// cs1530-3.cs: Keyword `new' is not allowed on namespace elements
// Line: 8

new enum E
{
}