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
2009-09-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0107.cs
blob
1f962b327da3ee739ddc99c26af126521c1a6426
1
// cs0107.cs: More than one protection modifier specified
2
// Line: 4
3
class
X
{
4
public private class
X2
{
5
}
6
}