https://bugzilla.novell.com/show_bug.cgi?id=673714
https://bugzilla.novell.com/show_bug.cgi?id=673714#c2 --- Comment #2 from Ghassen Hamrouni <[email protected]> 2011-02-23 10:41:19 UTC --- Actually this code doesen't crash: using System; using System.Text; public class TestClass { static void Main(string[] args) { } } But this one crach: using System; using System.Text; public class TestClass { static void Main(string[] args) { Console.WriteLine("Hello"); } } -- 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
