[Mono-bugs] [Bug 624183] dmcs issue with dynamic to object conversion

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 21 04:32:23 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=624183

http://bugzilla.novell.com/show_bug.cgi?id=624183#c1


Jb Evain <jbevain at novell.com> 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 <jbevain at novell.com> 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.


More information about the mono-bugs mailing list