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

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

protected internal enum E {
}