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: 9d7a942200a485da2ed07622bac4f5f8a88399c4 (plain)
1
2
3
4
// cs1527.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line:
private class X {
}