repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git]
/
mcs
/
errors
/
cs1527-2.cs
blob
d38945f3c891ebbf92f596979e41f7dbf0411cd0
1
// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
2
// Line: 4
3
4
protected interface
IFoo
{
5
}