https://bugzilla.novell.com/show_bug.cgi?id=466942
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=466942#c2 --- Comment #2 from Marek Safar <[email protected]> 2009-01-16 16:50:04 MST --- IL code // method line 9 .method private static hidebysig default void Simple<T> (!!T t) cil managed { // Method begins at RVA 0x2120 // Code size 31 (0x1f) .maxstack 2 .locals init ( object V_0, class Foo V_1) IL_0000: ldarg.0 IL_0001: box !!0 IL_0006: stloc.0 IL_0007: ldloc.0 IL_0008: unbox.any !!0 IL_000d: starg.s 0 IL_000f: ldarg.0 IL_0010: box !!0 IL_0015: stloc.1 IL_0016: ldloc.1 IL_0017: unbox.any !!0 IL_001c: starg.s 0 IL_001e: ret } // end of method Test::Simple -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
