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

6 lines
165 B
C#
Raw Normal View History

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