[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1013.cs
1 // CS1013: Invalid number
2 // Line : 6
3
4 class X
5 {
6     static int i = 0x;
7 }