[Mono-bugs] [Bug 62646][Blo] New - gmcs fails to compile nested classes that explicitly implement generic interfaces

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 Aug 2004 15:29:03 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/62646	2004-08-06 15:29:03.000000000 -0400
+++ shadow/62646.tmp.29990	2004-08-06 15:29:03.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 62646
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: gmcs fails to compile nested classes that explicitly implement generic interfaces
+
+Try compiling the attached file.
+
+Note that it compiles fine if MyClass is not nested.