[Mono-bugs] [Bug 23513] Changed - compile-error expected on call to non-static method from ctor initializer

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 May 2002 05:50:43 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=23513

--- shadow/23513	Tue Apr 30 17:41:45 2002
+++ shadow/23513.tmp.27552	Mon May  6 01:50:43 2002
@@ -1,13 +1,13 @@
 Bug#: 23513
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 004 Four hours
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: loz@cable.a2000.nl               
 QAContact: mono-bugs@ximian.com
@@ -74,6 +74,11 @@
 
 The program runs on .NET because we generate valid code, and it is
 kind of a valid operation, but the C# spec forbids this use.  So the
 issue really is that I need to add a lot of code to sort this out ;-(
 
 So I will leave it as pending for now.
+
+------- Additional Comments From miguel@ximian.com  2002-05-06 01:50 -------
+Turns out the bug was very easy to fix in the end.
+
+Fix going to CVS.