Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-527.cs
index b4493870ba44f0746bfc20ceccc278e576201b0f..4e3b2558556551b177476ab81c41a7982c60053a 100644 (file)
@@ -12,7 +12,7 @@ public static class CoalescingWithGenericsBug
                return null;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                Provide<Service> ().Foo ();
                return 0;