[mcs] C#7 out variable declaration
[mono.git] / mcs / tests / gtest-060.cs
index 446d87b3eb58fdaee066c82140dfd73a84e7cd88..4cc08a08b4a02a0b2758a87f0da0397d52043f8c 100644 (file)
@@ -23,7 +23,7 @@ class Foo : IFoo
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo foo = new Foo ();
                MyList<int> list = foo.Map<int> ();