[Mono-list] entry point bug ?

Lawrence Pit loz@cable.a2000.nl
Wed, 17 Apr 2002 09:50:54 +0300


doesn't compile with csc and mcs.
which is correct

Greets,
Laurens Pit

----- Original Message ----- 
From: "Jonathan Stowe" <gellyfish@gellyfish.com>
To: <mono-list@ximian.com>
Sent: Tuesday, April 16, 2002 22:15
Subject: [Mono-list] entry point bug ?


> 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  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list