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
/
cs1547-6.cs
blob
f8605cfbfc38465b45bd877b4176328e02462bae
1
// CS1547: Keyword `void' cannot be used in this context
2
// Line: 6
3
4
class
C
{
5
object
o
=
new void
();
6
}