https://bugzilla.novell.com/show_bug.cgi?id=421736
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=421736#c1 Marek Safar <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Marek Safar <[EMAIL PROTECTED]> 2008-08-30 13:17:41 MDT --- using System; using System.Collections; using System.Collections.Generic; class Test { class Yp { public IEnumerable<bool> fail() { return null; } } static Yp YP = new Yp(); public static void Main() { } public static IEnumerable<bool> syntax_error(object _Message, object _List) { { yield break; } foreach (bool l1 in YP.fail()) { yield return false; } } } -- 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
