http://bugzilla.novell.com/show_bug.cgi?id=546410
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=546410#c1 Marek Safar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected] Info Provider| |[email protected] --- Comment #1 from Marek Safar <[email protected]> 2009-11-02 10:52:07 MST --- A test case where I tried to recreate your error produces exactly same error with csc as Mono compiler. using System; class C { public static void Main () { Boolean? test = null; //create a bool Test(test);//pass bool to function } static void Test(bool test){} } -- 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
