6 lines
146 B
C#
Raw Normal View History

// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line: 4
protected internal enum E {
}