[Mono-bugs] [Bug 26204][Nor] Changed - ILGenerator.Emit (OpCodes.Call) must check ReflectedType

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 10:45:14 -0500 (EST)


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 rharinath@novell.com.

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

--- shadow/26204	2005-02-11 04:10:43.000000000 -0500
+++ shadow/26204.tmp.10973	2005-02-14 10:45:14.000000000 -0500
@@ -13,13 +13,13 @@
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: ILGenerator.Emit (OpCodes.Call) must check ReflectedType
 BugsThisDependsOn: 52594
-OtherBugsDependingOnThis: 52586
+OtherBugsDependingOnThis: 52586[FIXED]
 
 This bug was posted by Jeroen Frijters" <mono@jeroen.nu> on mono-list.
 If you compile the attached files, like this:
 
 mcs --target library testdll.cs
 mcs -r testdll.dll usedll.cs