[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-463.cs
index af85e78a4e2dacf4927a201dfe1aaa918ed9e77b..5224bed390e400d02fe762458de4d975e2c60b69 100644 (file)
@@ -10,5 +10,5 @@ class PathItemBase {
 }
 
 class X {
-       static void Main () {}
+       public static void Main () {}
 }