[Mono-bugs] [Bug 58584][Nor] Changed - mcs cannot recognize interface in other class when implementing with explicit interface name

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 12:31:04 -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 martin@ximian.com.

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

--- shadow/58584	2004-05-24 11:37:15.000000000 -0400
+++ shadow/58584.tmp.7517	2004-05-24 12:31:04.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58584
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -42,6 +42,9 @@
 }
 
 csc allows it, while mcs rejects it:
 
 interface.cs(17) error CS0246: Cannot find type `Test.Inner'
 Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From martin@ximian.com  2004-05-24 12:31 -------
+Fixed in CVS.