This reveals a bug against the specification (as far as I understand it)
but I will check against csc before I put it in bugzilla :

public class Test
{
    static void Main()
    {
       System.Console.WriteLine("void Main()");
    }

    static void Main(string[] args,int foo)
    {
       System.Console.WriteLine("void Main(string[] args, int foo )");
    }

}

/J\
-- 
Jonathan Stowe                      |
<http://www.gellyfish.com>          |      This space for rent
                                    |


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to