[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0031-3.cs
blob8e4ea3153c2a0694030bd99a8245f218a4e6d4b8
1 // CS0031: 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;