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

protected internal enum E {
}