[Mono-bugs] [Bug 62342][Nor] Changed - A single implementation does not solve multiple inheritance for properties
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 14:47:36 -0400 (EDT)
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=62342
--- shadow/62342 2004-08-03 03:23:12.000000000 -0400
+++ shadow/62342.tmp.29528 2004-08-04 14:47:36.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 62342
Product: Mono: Compilers
Version: unspecified
OS: All
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: tsureshkumar@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -110,6 +110,11 @@
If I give two different property implementation
- string IMovie.Title
- string IBook.Title
the compiler keeps quiet.
**** Same does not work for indexor also
+
+------- Additional Comments From miguel@ximian.com 2004-08-04 14:47 -------
+What version of Mono are you using?
+
+It works here out of the box.