[mcs] C#7 out variable declaration
[mono.git] / mcs / tests / gtest-024.cs
index af7f93f37c5712f9d84feb38443f3fd14f955e98..a8b6e7f4779edcc0bbd0b8e2b3b96b7656078549 100644 (file)
@@ -22,7 +22,7 @@ class X
                foo.Hello (4);
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Foo<int> foo = new Foo<int> ();
                Test (foo);