Merge pull request #4928 from kumpera/ptr_to_struct_intrinsic
[mono.git] / mcs / tests / test-435.cs
index b3cfb04caf60492bb71880aa915635813e5dabb6..836eb62129f04e02237908ffca4ea32b1dcf7889 100644 (file)
@@ -2,7 +2,7 @@ using foo = System.Collections;
 
 class X : foo::IEnumerable {
        System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator () { return null; }
-       static void Main ()
+       public static void Main ()
        {
                System.Collections.IEnumerable x = new X ();
        }