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 #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs0106-8.cs
blob
3bf25287627a16db61a87b57deb74aaeb1c09df5
1
// CS0106: The modifier `public' is not valid for this item
2
// Line: 6
3
4
interface
S
5
{
6
public void
Foo
();
7
}