merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / errors / cs1527-2.cs
1 // cs1527-2.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
2 // Line: 4
3
4 protected interface IFoo {
5 }