[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0031-8.cs
blob68c7c8002343af27710466f84ba1598bcb90f803
1 // CS0031: Constant value `-97' cannot be converted to a `uint'
2 // Line: 9
4 public class Test
6 const uint b = -'a';