[Mono-bugs] [Bug 75270][Nor] New - Interface/virtual dispatch problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 14 21:25:51 EDT 2005


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 toshok at ximian.com.

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

--- shadow/75270	2005-06-14 21:25:51.000000000 -0400
+++ shadow/75270.tmp.10494	2005-06-14 21:25:51.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 75270
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: toshok at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Interface/virtual dispatch problem
+
+the attached test prints out the following:
+
+A.SetObject hi
+
+when it should print
+
+C.SetObject hi
+
+modifying the test to enable the implementation of SetObject in class B
+fixes the problem.


More information about the mono-bugs mailing list