[Mono-bugs] [Bug 74734][Nor] Changed - [PATCH] mono not able to handle typeref to a nested class in the same assembly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Apr 2005 06:53:10 -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 radical@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74734
--- shadow/74734 2005-04-26 06:52:13.000000000 -0400
+++ shadow/74734.tmp.9345 2005-04-26 06:53:10.000000000 -0400
@@ -54,6 +54,11 @@
Basically, .net is emitting a TypeRef for a nested type which is referenced
before it is defined, even though it is in the same assembly. This is valid
so it should be handled by mono.
The same .il compiled with our ilasm emits the correct TypeDef.
+
+------- Additional Comments From radical@gmail.com 2005-04-26 06:53 -------
+Created an attachment (id=15015)
+Patch
+