[Mono-bugs] [Bug 82027][Maj] Changed - CS0693 not reported for type parameter name clash

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 21 10:30:11 EDT 2007


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 marek.safar at seznam.cz.

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: rharinath at novell.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
 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 marek.safar at seznam.cz  2007-08-21 10:30 -------
+Changed to major.


More information about the mono-bugs mailing list