[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-621.cs
index cfff301328ed9d824a550f1c2f9811cc16c7d850..6444cb7918ed1d9497388cba8fe6c9bf5ad10a5b 100644 (file)
@@ -26,4 +26,10 @@ class X
                        
                return 0;
        }
+
+       const Action cf = null;
+       void Foo (Action f)
+       {
+               var x = f ?? cf;
+       }
 }
\ No newline at end of file