2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0031-8.cs
blobfc1220b5e8542cade90816c8ee1107dfb6d9a28a
1 // cs0031: Constant value `-97' cannot be converted to a `uint'
2 // Line: 9
4 public class Test
6 const uint b = -'a';