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

protected interface IFoo {
}