[Mono-bugs] [Bug 43632][Nor] Changed - CS1501 not reported
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 14 Jul 2003 01:18:41 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=43632
--- shadow/43632 Tue May 27 17:00:26 2003
+++ shadow/43632.tmp.22219 Mon Jul 14 01:18:36 2003
@@ -12,12 +12,13 @@
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: CS1501 not reported
+BugsThisDependsOn: 45127
Compile the following program with:
mcs --target library -r NUnit.Framework ignorebug.cs
-----
@@ -37,6 +38,12 @@
Expected results:
CS1501: No overload for mehod 'IgnoreAttribute' takes '0' arguments.
------- Additional Comments From ravi@ximian.com 2003-05-27 17:00 -------
Taking a look at this
+
+------- Additional Comments From ravi@ximian.com 2003-07-14 01:18 -------
+This is again an issue which arises from selecting the wrong method
+when there are some applicable ones in the base type.
+
+This shall get fixed when my patch for bug #45127 gets in.