Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-430.cs
index ccbb5621d3dafba6e22430f38b44ea94de2f947d..cf1d40d0ca55071c17c238a275d38921094f6205 100644 (file)
@@ -12,7 +12,7 @@ public class Driver
                get { return tmp != null ? tmp.stuff : (int?)null; }
        }
 
-       static int Main ()
+       public static int Main ()
        {
                int? r = new Driver().Prop;
                Console.WriteLine (r);