[Mono-list] entry point bug ?

Jonathan Stowe gellyfish@gellyfish.com
Tue, 16 Apr 2002 20:15:22 +0100 (BST)


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
                                    |