[Mono-bugs] [Bug 35302][Min] Changed - nonstatic property
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 17 Feb 2003 02:05:49 -0500 (EST)
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=35302
--- shadow/35302 Wed Dec 18 13:29:37 2002
+++ shadow/35302.tmp.3047 Mon Feb 17 02:05:49 2003
@@ -63,6 +63,12 @@
error: And object reference is required for nonstatic field, method, or
property.
How often does this happen?
allways
+
+------- Additional Comments From miguel@ximian.com 2003-02-17 02:05 -------
+The error that CSC throws is actually incorrect.
+
+But MCS should report an error anyways for trying to access an
+instance variable through a type.