https://bugzilla.novell.com/show_bug.cgi?id=324765
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=324765#c2 Raja Harinath <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #2 from Raja Harinath <[EMAIL PROTECTED]> 2008-04-02 02:43:54 MST --- A slightly smaller testcase which removes unnecessary control flows: --------------------------- 8< ---------------------- public class MyClass2 { static public bool b; static public void Main () { object o; switch (b) { case true: o = "yo"; break; } } } --------------------------- 8< ---------------------- -- Configure bugmail: https://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
