[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
Sat, 10 Apr 2004 17:43:50 -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 bmaurer@users.sf.net.

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

--- shadow/56459	2004-04-10 15:56:17.000000000 -0400
+++ shadow/56459.tmp.29288	2004-04-10 17:43:50.000000000 -0400
@@ -28,6 +28,12 @@
 csc says:
 t.cs(4,15): error CS1512: Keyword base is not available in the current 
 context
 
 ------- Additional Comments From miguel@ximian.com  2004-04-10 15:56 -------
 Checking with Gus if this is actually an error in their compiler.
+
+------- 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...