[Mono-bugs] [Bug 81951][Nor] Changed - [GMCS] Nested class with generic code produces error (CS0305) while MS.NET does not

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 2 03:08:39 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 knocte at gmail.com.

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

--- shadow/81951	2007-06-26 11:12:37.000000000 -0400
+++ shadow/81951.tmp.19862	2007-07-02 03:08:39.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: rharinath at novell.com                            
 ReportedBy: knocte at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [GMCS] Tricky generic code produces error (CS0305) while MS.NET does not
+Summary: [GMCS] Nested class with generic code produces error (CS0305) while MS.NET does not
 
 Testcase is:
 
 using System.Collections.Generic;
 namespace gmcsGenericsBug
 {
@@ -49,6 +49,9 @@
 Using the generic type
 `gmcsGenericsBug.BaseClass<T,O>.NestedClassInsideBaseClass<K,V>' requires 4
 type arguments (CS0305).
 
 Expected results (MS.NET):
 [No compilation errors.]
+
+------- Additional Comments From knocte at gmail.com  2007-07-02 03:08 -------
+Without using the nested class, all works ok.


More information about the mono-bugs mailing list