Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-047.cs
index 71af6d5f2ad34db4c4c859c1b86d73080255fd52..9a251b28daef8f10918a78519b1cb06414f7a41a 100644 (file)
@@ -10,7 +10,7 @@ using Bar;
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                List<int> list = new List<int> ();
        }