Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-039.cs
index 24d3d62f668be3c572a7e32680f7f32232d1b3b1..7c94c8acfa3a5c0846da93cc186e71e6a1a4df92 100644 (file)
@@ -49,7 +49,7 @@ class Zoo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Zoo<string> zoo = new Zoo<string> ("Boston");
                IMonkey<float> monkey = zoo.GetTheMonkey<float> (3.14F);