Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-anon-11.cs
index 255b0f1b704874031951249287a6904b8b1687f8..21c6638586008b6e0ff2c22c1d7d3279adb031e4 100644 (file)
@@ -7,7 +7,7 @@ delegate void E (out int x);
 delegate void F (params int[] x);
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                // This should create an AnonymousMethod with the implicit argument
                D d1 = delegate {};