[Mono-bugs] [Bug 30444][Nor] Changed - mcs compiles static access from instance object variable
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Sep 2002 11:33:47 -0000
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@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=30444
--- shadow/30444 Tue Sep 17 10:50:52 2002
+++ shadow/30444.tmp.8570 Thu Sep 19 07:33:47 2002
@@ -1,13 +1,13 @@
Bug#: 30444
Product: Mono/MCS
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
@@ -40,6 +40,10 @@
case Modifier.NONE:
return ParameterAttributes.None;
===================================================================
Notice the use of the static member ISBYREF on the instance object
variable ModFlags. Mcs did not report this as an error. Csc did.
+
+------- Additional Comments From martin@gnome.org 2002-09-19 07:33 -------
+Don't worry about providing a testcase, already fixed the bug :-)
+