[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-357.cs
index 214a42566e614ca6610bb909d6996557b59c4ab8..da12b228be7e15c203ff35aa5225c6c4d660aeaa 100644 (file)
@@ -16,7 +16,7 @@ namespace Foo {
        partial class Bar
        {
                public Bar () {}
-               static void Main ()
+               public static void Main ()
                {
                        if (new Bar ().f == null)
                                throw new System.Exception ("Didn't resolve Sd.F?");