ignores
[mcs.git] / errors / cs0031-8.cs
bloba17afbd6a0ee7abf1a522c2be635ef1d83597c3a
1 // cs0031: Constant value `-97' cannot be converted to a `uint'
2 // Line: 9
4 public class Test
6 const uint b = -'a';