[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1525-29.cs
1 // CS1525: Unexpected symbol `}'
2 // Line: 10
3
4 namespace TestProject
5 {
6     class MainClass
7     {
8         public static void Main ()
9         {
10             for (int i = 0;
11         }
12     }
13