http://bugzilla.novell.com/show_bug.cgi?id=624183
http://bugzilla.novell.com/show_bug.cgi?id=624183#c1 Jb Evain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|dmcs fails to compile a |dmcs issue with dynamic to |call to a method with a out |object conversion |dynamic parameter | --- Comment #1 from Jb Evain <[email protected]> 2010-07-21 08:32:23 UTC --- Another similar issue: <<<<<<<<< using System; using System.Collections.Generic; class Program { static List<KeyValuePair<string, dynamic>> Map () { return null; } static void Main () { List<KeyValuePair<string, object>> map = Map (); Console.WriteLine (map); } } <<<<<<<<< -- Configure bugmail: http://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
