summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1527-2.cs
blob: d38945f3c891ebbf92f596979e41f7dbf0411cd0 (plain)
1
2
3
4
5
// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line: 4

protected interface IFoo {
}