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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82622 --- shadow/82622 2007-08-29 06:56:00.000000000 -0400 +++ shadow/82622.tmp.1605 2007-08-29 11:30:53.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 82622 Product: Mono: Compilers Version: 1.2 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -77,6 +77,27 @@ gmcs from SVN ------- Additional Comments From [EMAIL PROTECTED] 2007-08-29 06:55 ------- Created an attachment (id=19917) Code required to reproduce the issue + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-29 11:30 ------- +Reduced test case: + +using System; +using System.Collections; + +public class Test +{ + static void Main () + { + Hashtable ht = new Hashtable (); + ht ["a"] = Run ("Appointments"); + } + + public static void Run (string unit) + { + return null; + } +} + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
