Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-225.cs
index 485f940da5fd17d7a54f8f754a68e38d95f3f612..34fec7933f57bf3718459b5cf92dcafff24f57e0 100644 (file)
@@ -10,7 +10,7 @@ class B : A {
                return 1;
        }
        
-       static void Main ()
+       public static void Main ()
        {
                B b = new B ();
                Console.WriteLine (b.foo ());