2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0031-3.cs
blob2898597911ec6b0af4fb12fdb3d2bbccd5b92e96
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;