[Mono-list] Const weirdness, revisited...

Miguel de Icaza miguel@ximian.com
Mon, 21 Feb 2005 18:38:15 -0500


Hello,

> Well, if you just move the const int declaration into Main(), there's no 
> warning or error any more.
> 
> Anyway, as Robert Jordan said it's fixed in SVN, I guess I'll just 
> apologize for the fuzz... :-)

There is no `const' for local variables or parameters in C#.

Miguel.