Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / dtest-015.cs
index 0cf2afabf996e257d30e72d8d520f103c6d957ba..e193c2f4e67b4e6c3e5e67bec593badfc1c7e63e 100644 (file)
@@ -2,7 +2,7 @@ using System;
 
 class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                dynamic d = new Program ();
                var p = d as int?;