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-06 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1519.cs
blob
7209425d5b83bb41b6269747d0a15f0a760cf770
1
// CS1519: Unexpected symbol `unchecked' in class, struct, or interface member declaration
2
// Line: 6
3
4
class
C
5
{
6
unchecked const decimal
d
=
79
m
;
7
}