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
Make csproj target work again
[mcs.git]
/
errors
/
cs1004.cs
blob
ad11b7cea522a9e4a10a5cd23e7f133b3a3e9ead
1
// cs1004.cs: Duplicate `public' modifier
2
// Line: 4
3
4
public public class
C
5
{
6
}
7