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

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

protected interface IFoo {
}