[Mono-bugs] [Bug 60219][Blo] Changed - C# compiler throws InternalErrorException in ConstructorInitializer:GetOverloadedConstructor

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 15:43:25 -0400 (EDT)


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=60219

--- shadow/60219	2004-06-15 12:34:51.000000000 -0400
+++ shadow/60219.tmp.24831	2004-06-15 15:43:24.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60219
 Product: Mono: Compilers
 Version: unspecified
 OS: Debian Woody
 OS Details: Debian Sarge
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Blocker
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: patrick@kinitos.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -60,6 +60,11 @@
 
 This seems to be very similar to bug 59267, except that the testcase in it 
 succeeds for me and this case seems alot more general. I have tried 
 playing with the test above and i can't come up with a simpler case. 
 Removing inheritence or providing a constructor with no params, will both 
 make it work.
+
+------- Additional Comments From miguel@ximian.com  2004-06-15 15:43 -------
+Fixed on CVS.
+
+Marek, can you check if my fix is correct?