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-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0161.cs
blob
d2516110a3e69210fe73c27fd5f78775e10a2252
1
// cs0161.cs: `A.Main()': not all code paths return a value
2
// Line:
3
4
class
A
5
{
6
public static int
Main
()
7
{
8
}
9
}