Files
linux-packaging-mono/mcs/errors/cs1527.cs

5 lines
133 B
C#
Raw Normal View History

// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line:
private class X {
}