[Mono-bugs] [Bug 26264][Nor] Changed - Explicit interface property implementation and method names.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Jun 2002 00:39: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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=26264
--- shadow/26264 Fri Jun 14 07:38:07 2002
+++ shadow/26264.tmp.14153 Fri Jun 21 20:39:47 2002
@@ -1,14 +1,14 @@
Bug#: 26264
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -42,6 +42,17 @@
}
csc won't create the IB.Prop property in the T class, but it will emit
the get method anyway, with the name changed to IB.get_Prop.
This issue was reported by "Francisco Jr." <fxjrlists@yahoo.com.br>
on mono-list: it happens compiling System.Data.
+
+------- Additional Comments From miguel@ximian.com 2002-06-21 20:39 -------
+Hello Paolo!
+
+ Can you come up with a regression test for this particular case for
+the compiler? I made the code do what you said here, but I do not
+know how the resulting binary would be different.
+
+ The code is fixed on CVS.
+
+Miguel.