Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-435.cs
index 87fd579353703601fa049245640eb1da863a2b6f..c9c9e1c65b92fb964cfe7e774e89610109392e68 100644 (file)
@@ -4,7 +4,7 @@ namespace testcase
 {
        public class Program
        {
-               static int Main ()
+               public static int Main ()
                {
                        DateTime? a = default (DateTime?);
                        DateTime? b = default (DateTime?);