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

protected internal enum E {
}