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 [EMAIL PROTECTED]

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

--- shadow/82027        2007-07-07 03:33:01.000000000 -0400
+++ shadow/82027.tmp.30079      2007-08-21 10:30:11.000000000 -0400
@@ -2,21 +2,20 @@
 Product: Mono: Compilers
 Version: 1.2
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Major
 Component: C#
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: CS0693 not reported for type parameter name clash
 
 gmcs currently does not report CS0693 when a type parameter has the the 
 same name as the type parameter from the declaring type.
 
 To reproduce, compile the following code snippet (using 
@@ -34,6 +33,9 @@
 test2.cs(3,22): warning CS0693: Type parameter 'K' has the same name as 
 the type parameter from outer type 'SlowConvert<K,T>'
 
 Actual result:
 
 No warning.
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-08-21 10:30 -------
+Changed to major.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to