[Mono-bugs] [Bug 75337][Nor] Changed - [GMCS] Ugly warning.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 21 00: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 miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75337

--- shadow/75337	2005-06-21 00:22:39.000000000 -0400
+++ shadow/75337.tmp.26268	2005-06-21 00:31:02.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 75337
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: martin at ximian.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [GMCS] Ugly warning.
@@ -42,6 +42,12 @@
 class X {
 	static void Main ()
 	{
 		LinkedList<object> x = new LinkedList<string> ("Hello");
 	}
 }
+
+------- Additional Comments From miguel at ximian.com  2005-06-21 00:31 -------
+It should report instead:
+
+`Can not implicitly convert type LinkedList<string> into
+LinkedList<object>'


More information about the mono-bugs mailing list