8fc30896db
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
6 lines
165 B
C#
6 lines
165 B
C#
// CS1527: Namespace elements cannot be explicitly declared as private, protected, protected internal, or private protected
|
|
// Line: 4
|
|
|
|
protected interface IFoo {
|
|
}
|