[Mono-bugs] [Bug 52587][Wis] Changed - Incorrect optimization, should be reviewed
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Jan 2004 17:41:04 -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=52587
--- shadow/52587 2004-01-04 17:39:35.000000000 -0500
+++ shadow/52587.tmp.30602 2004-01-04 17:41:04.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: We thow an exception when a method hides a field
+Summary: Incorrect optimization, should be reviewed
using System;
class A {
public int foo = 1;
}