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

Greets,
Laurens Pit

----- Original Message ----- 
From: "Jonathan Stowe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list



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

Reply via email to