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

cs1527.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e847fd14e1118d0c2b6b1014f1c5310ca243772f (plain)
1
2
3
4
5
// CS1527: Namespace elements cannot be explicitly declared as private, protected, protected internal, or private protected
// Line: 4

private class X {
}