Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-022.cs
index 1a7df651723ceae8803eb425baa664deb2b5324a..8b9cdfd52e2dbd2b459e702241949aaebc605e5c 100644 (file)
@@ -22,7 +22,7 @@ class Bar : Foo<int>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Bar bar = new Bar ();
                bar.Test ();