summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1527.cs
blob: 189cc472f4c1cd0e1c750e47a6f81eb21ad1fdbc (plain)
1
2
3
4
// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line:
private class X {
}