[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-179.cs
index abb4a79a66a0fbb194c797074412f352224ac79e..b8a170fe72e16663ad232804bfeda6bec4c8cfcb 100644 (file)
@@ -9,7 +9,7 @@ public class X<T> {
        }
 }
 public class Y {
-       static int Main ()
+       public static int Main ()
        {
                return X<Y>.myMain ();
        }