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-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0031-8.cs
blob
fc1220b5e8542cade90816c8ee1107dfb6d9a28a
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
}