Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-190.cs
index 94fbb7b776affa62807212cb693d7d8cb1c20300..cbdb2e5f5db5c06e2d57326b123e00e26c084faf 100644 (file)
@@ -23,7 +23,7 @@ public class Foo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo<int> foo = new Foo<int> ();
                Foo<int>.Node root = foo.GetRoot ();