[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / CS1702-lib.cs
1 public class A
2 {
3         public static void Test (B b)
4         {
5         }
6 }