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-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs1527-2.cs
blob
ac41778c1f954e106086822ccf85b3f3248cb51a
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
}