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: 40cb20cc759cc29961631302ec153938f132f3c9 (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 {
}