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-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1547-4.cs
blob
438d1a45aadb97657a38b2917ebaebbeb2703423
1
// CS1547: Keyword `void' cannot be used in this context
2
// Line: 5
3
4
class
C
{
5
public const void
val
=
null
;
6
}