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
[loader] LoadFrom of problematic images should reprobe
[mono-project.git]
/
mcs
/
errors
/
cs1520.cs
blob
54f07776dbd3c713e51cd57ad023038363ae21f3
1
// CS1520: Class, struct, or interface method must have a return type
2
// Line: 8
3
4
class
test
{
5
6
// To fix add a return type
7
8
public static
Main
(
string
[]
args
)
9
{
10
}
11
}