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-10-22 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
cs0031-8.cs
blob
a17afbd6a0ee7abf1a522c2be635ef1d83597c3a
1
// cs0031: Constant value `-97' cannot be converted to a `uint'
2
// Line: 9
3
4
public class
Test
5
{
6
const uint
b
= -
'a'
;
7
}