quote only work on lambda on net_4_0
[mcs.git] / errors / cs0031-3.cs
blobd8a8557d50b1fb75213fc564539adcd2fd2b9355
1 // cs0031-3.cs: Constant value `-9' cannot be converted to a `uint'
2 // Line: 9
4 public class Test
6 public static void Main()
8 uint b = -9;