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
resync
[mcs.git]
/
errors
/
cs0126.cs
blob
a78c701ed5c628e053c058706850a75820a93e4b
1
// cs0126.cs: An object of a type convertible to `int' is required for the return statement
2
// Line: 7
3
4
class
X
{
5
int
Y
()
6
{
7
return
;
8
}
9
}