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

cs0267.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 707eaa1c5411d9b8dcf58811a8f78d76c0376d18 (plain)
1
2
3
4
// CS0267: The `partial' modifier can be used only immediately before `class', `struct', `interface', or `void' keyword
// Line: 4

partial enum e {}