[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
Wed, 14 Apr 2004 17:22:01 -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=56459
--- shadow/56459 2004-04-10 17:43:50.000000000 -0400
+++ shadow/56459.tmp.16563 2004-04-14 17:22:01.000000000 -0400
@@ -34,6 +34,13 @@
------- Additional Comments From bmaurer@users.sf.net 2004-04-10 17:43 -------
`A base-access is permitted only in the block of an instance
constructor, an instance method, or an instance accessor.'
So, doesnt seem like a bug...
+
+------- 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.