[Mono-bugs] [Bug 34165][Blo] Changed - Incorrectly reporting CS0121: Ambiguous call when selecting function due to implicit casts
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Nov 2002 13:57:20 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34165
--- shadow/34165 Sun Nov 17 08:56:14 2002
+++ shadow/34165.tmp.11288 Sun Nov 17 08:57:20 2002
@@ -1,14 +1,14 @@
Bug#: 34165
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: martin@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,15 @@
static void Main ()
{
X x = new X (4);
}
}
+
+------- Additional Comments From martin@ximian.com 2002-11-17 08:57 -------
+This bug blocks the corlib build:
+
+> System.Security.Cryptography/BigInteger.cs(320) error CS0121: Ambiguous call when selecting function due to implicit
+castsSystem.Security.Cryptography/BigInteger.cs(320) error CS1501: New invocation: Can not find a constructor for this argument list
+
+
+