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

cs1644.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bfd9ac803c5e80213eec77d37434dda3694b32b (plain)
1
2
3
4
5
6
// cs1644.cs: Feature `static classes' cannot be used because it is not part of the standardized ISO C# language specification
// Line: 5
// Compiler options: -langversion:ISO-1

static class Class {
}