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
[Http]: Cosmetic, remove some dead code.
[mono-project.git]
/
mcs
/
errors
/
cs0017.cs
blob
084e38ee44f4e253432dd67ec9e92977a0847277
1
// CS0017: Program `cs0017.exe' has more than one entry point defined: `X.Main()'
2
// Line: 7
3
class
X
{
4
static void
Main
() {}
5
}
6
class
Y
{
7
static void
Main
() {
8
}
9
}