[Mono-bugs] [Bug 56459][Nor] Changed - CS1512: Keyword base is not available in the current context

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Apr 2004 23:49:10 -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 martin@ximian.com.

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

--- shadow/56459	2004-04-14 17:22:01.000000000 -0400
+++ shadow/56459.tmp.30199	2004-04-27 23:49:10.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56459
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -41,6 +41,9 @@
 ------- Additional Comments From miguel@ximian.com  2004-04-14 17:22 -------
 Gus confirmed that this is a bug in our compiler.
 
 Variables are initialized before the base constructor is called 
 in a constructor.  So this means that base might not have been
 initialized when the call is made.
+
+------- Additional Comments From martin@ximian.com  2004-04-27 23:49 -------
+Fixed in CVS.