[Mono-bugs] [Bug 75073][Nor] Changed - wrong type in generic
dictionary foreach
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jun 8 16:31:02 EDT 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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75073
--- shadow/75073 2005-06-08 14:54:28.000000000 -0400
+++ shadow/75073.tmp.31640 2005-06-08 16:31:02.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75073
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: dsilva at ccs.neu.edu
QAContact: mono-bugs at ximian.com
@@ -81,6 +81,11 @@
}
$ gmcs keys.cs
keys.cs(9) error CS0030: Cannot convert type
'System.Collections.Generic.KeyValuePair`2' to 'string'
Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From martin at ximian.com 2005-06-08 16:31 -------
+This is NOTABUG in the compiler, it reports a correct error.
+We have to fix S.C.G/Dictionary.cs.
+
More information about the mono-bugs
mailing list