Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-variance-10.cs
index ce45408caafead924031d6a03b1ce058a709ae25..8c66d99528482b423d6eaaad79201ebc7c7baf84 100644 (file)
@@ -22,7 +22,7 @@ public class Test : I<string>, I<Foo>
 
 public static class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                var col = new Test();