[Mono-bugs] [Bug 76685][Nor] Changed - XML doc does not support
reference to indexer.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Nov 13 06:07:36 EST 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76685
--- shadow/76685 2005-11-13 06:04:19.000000000 -0500
+++ shadow/76685.tmp.21982 2005-11-13 06:07:36.000000000 -0500
@@ -90,6 +90,21 @@
Let me know if you want me to create a separate bug report for this.
------- Additional Comments From atsushi at ximian.com 2005-11-13 06:04 -------
Created an attachment (id=16058)
fix (am attaching it here since mcs/tests does not work on windows now)
+
+------- Additional Comments From atsushi at ximian.com 2005-11-13 06:07 -------
+Yes, you're right. The latter one is problematic and mcs should report
+warning unlike csc 1.x. 2.0 csc report CS0419.
+
+76685a.cs(5,24): warning CS0419: Ambiguous reference in cref attribute:
+ 'A.this'. Assuming 'Test.A.this[int]', but could have also
+matched other
+
+ overloads including 'Test.A.this[string]'.
+
+With the patch above it reports CS0419 (by the nature of our
+implementation :-)
+
+I will apply the patch above after I validated it.
More information about the mono-bugs
mailing list