https://bugzilla.novell.com/show_bug.cgi?id=686269
https://bugzilla.novell.com/show_bug.cgi?id=686269#c1 --- Comment #1 from Zoltan Varga <[email protected]> 2011-04-11 15:15:43 UTC --- It happens with any foreach loop: List<string> l = new List<string> (); l.Add ("FOO"); l.Add ("BAR"); l.Add ("BAZ"); foreach (string s in l) { Console.WriteLine (s); } Console.WriteLine ("Hello, World!"); -- 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
