Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-anontype-13.cs
index bbebfdde73baca0c4eb7798c7673b835006e3877..0aa1ecbdfca9d7d541a953476e77605d2a12188c 100644 (file)
@@ -11,7 +11,7 @@ static class Test
                }
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Type type = typeof (int);
                IEnumerable<string> properties = new[] { "x" };