Re: [Mono-dev] C# compiler (mcs) bug with private constructors ?

2006-03-26 Thread Marek Safar
Hello Denis, I have a problem with the mcs compiler. I defined a test class with a private default constructor ( see the following code ). When i create a new object with this class, using the private constructor, mcs accept it ! Fixed in SVN. Thanks, Marek

[Mono-dev] C# compiler (mcs) bug with private constructors ?

2006-03-23 Thread Denis ERCHOFF
Hi all, I have a problem with the mcs compiler. I defined a test class with a private default constructor ( see the following code ). When i create a new object with this class, using the private constructor, mcs accept it ! Visual Studio raise a compilation error ( and i think that it

Re: [Mono-dev] C# compiler (mcs) bug with private constructors ?

2006-03-23 Thread Gert Driesen
- Original Message - From: Denis ERCHOFF [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Thursday, March 23, 2006 8:40 PM Subject: [Mono-dev] C# compiler (mcs) bug with private constructors ? Hi all, I have a problem with the mcs compiler. I defined a test class