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

cs1638.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d12abba6c0db2487eceb945443ad93dd70ed2bf (plain)
1
2
3
4
5
6
7
// CS1638: 'C__C' is a reserved identifier and cannot be used when ISO language version mode is used
// Line: 5
// Compiler options: -langversion:ISO-1

class C__C
{
}