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
2009-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs0670.cs
blob
3e56ecbb2238f44f104b5e569cda7417d19eb0b8
1
// cs0670.cs: Fields cannot have void type
2
// Line: 5
3
4
class
X
{
5
void
j
;
6
7
static void
Main
() {}
8
}