Revert last 2 chances
[mono.git] / mcs / errors / cs0031-8.cs
1 // cs0031: Constant value `-97' cannot be converted to a `uint'\r
2 // Line: 9\r
3 \r
4 public class Test\r
5 {\r
6         const uint b = -'a';\r
7 }