Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-anontype-05.cs
index bda008c2fafc0e48b18b3f6370fcc66c306edb96..478c1de03ef9793658498b2d89704b27105b174e 100644 (file)
@@ -11,7 +11,7 @@ public class Test
                return null;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                var v1 = new { Name = "Scott", Age = 21 };
                var v2 = new { Age = 20, Name = "Sam" };