http://bugzilla.novell.com/show_bug.cgi?id=566628
http://bugzilla.novell.com/show_bug.cgi?id=566628#c1 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zoltan Varga <[email protected]> 2009-12-24 22:50:32 UTC --- Testcase: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< using System; using System.Text; public class Tests { private delegate char EncodeChar(int val); private static StringBuilder EncodeWorker(string data, char empty, EncodeChar encFunc) { return null; } public static void Main() { EncodeWorker ("", ' ', delegate(int val) { switch (val) { default: throw new InvalidOperationException(String.Format("Bad int val: {0}", val)); } }); } } >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
