codeowners update
[mono.git] / mcs / tests / test-436.cs
index 19130d7ca0e342f939fa7c4f3d13cd428a8b1217..d8f742537d54fda1bc15633a92ad249e81a617b9 100644 (file)
@@ -2,7 +2,7 @@ using foo = System.Collections;
 
 class X : foo::IEnumerable {
        foo::IEnumerator foo::IEnumerable.GetEnumerator () { return null; }
-       static void Main ()
+       public static void Main ()
        {
                System.Collections.IEnumerable x = new X ();
        }