[Mono-bugs] [Bug 64400][Nor] Changed - Explicit declaration bugs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 13:40:38 -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=64400
--- shadow/64400 2004-08-31 14:44:50.000000000 -0400
+++ shadow/64400.tmp.21288 2004-11-02 13:40:38.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 64400
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -54,6 +54,23 @@
Additional Information:
------- Additional Comments From bmaurer@users.sf.net 2004-08-31 14:44 -------
*** Bug 64943 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From miguel@ximian.com 2004-11-02 13:40 -------
+Am surprised, as the bug seems very simple to fix.
+
+We are not emitting a ".property" declaration when we are an
+explicitly implemented property, this seems odd.
+
+In class.cs, line 5975, there is a line:
+
+
+if (!IsExplicitImpl){
+}
+
+Removing that will fix the problem, am running the test suite.
+
+
+