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: c34bc03f90740a71d49a07a02108e1f9fda5ec72 (plain)
1
2
3
4
// CS0267: The `partial' modifier can be used only immediately before keyword `class', `struct', or `interface'
// Line: 4

partial enum e {}