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-06-14 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs1527.cs
blob
9d7a942200a485da2ed07622bac4f5f8a88399c4
1
// cs1527.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
2
// Line:
3
private class
X
{
4
}