[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1525-44.cs
1 // CS1525: Unexpected symbol `}'
2 // Line: 10
3
4 using System;
5
6 class Foo
7 {
8         void Bar ()
9         {
10                 throw new Exception ("e",
11         }
12 }