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
2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1558.cs
blob
06bd46ada559f39f35d6b9f72d4b9d499b5f28cf
1
// CS1558: `MainClass' does not have a suitable static Main method
2
// Line: 5
3
// Compiler options: -main:MainClass
4
5
public class
MainClass
6
{
7
public static bool
Main
()
8
{
9
return false
;
10
}
11
}