repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1527-3.cs
blob
f47bf302f751c0d60379086e2f0f49a85292b3d8
1
// cs1527-3.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
2
// Line: 4
3
4
protected internal enum
E
{
5
}