[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-704.cs
index 4f6f60c651917d58c21ebedff2a32dfcc648d4c1..a45295e052b3d6e727df6677a4f06a10b86e3bf9 100644 (file)
@@ -20,7 +20,7 @@ namespace NObjective
                                Console.WriteLine (TypedReference.ToObject (iter.GetNextArg ()));
                }
 
-               unsafe public static Main (string[] args)
+               unsafe public static void Main (string[] args)
                {
                        ArglistMethod (__arglist (1, 2, 3));
                }