[Mono-bugs] [Bug 30606][Nor] Changed - mcs report errors when formal parameter is an interface and actual parameter is object that implements the interface

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 02:05:41 -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 mathpup@mylinuxisp.com.

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

--- shadow/30606	2004-08-27 02:02:27.000000000 -0400
+++ shadow/30606.tmp.3064	2004-08-27 02:05:41.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 30606
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: SuSE Linux 8.0
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
@@ -75,6 +75,10 @@
 We also only use Type.IsAssignableFrom in two places: one to test for
 delegates and one for foreach statements (where it is pretty easy to
 control the scope, as IsAssignableFrom has not the semantics the
 compiler needs everywhere else).
 
 So, no, it is not a runtime bug (if it is a bug)
+
+------- Additional Comments From mathpup@mylinuxisp.com  2004-08-27 02:05 -------
+Very old bug, but it works now. 
+