[Issue 9631] Error message not using fully qualified name when appropriate.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 2 08:03:42 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9631


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-03-02 08:03:41 PST ---
Test case:

template T1()
{
    struct F { }
}

template T2()
{
    struct F { }
}

void main()
{
    T2!().F x = T1!().F();
}

> Error: cannot implicitly convert expression (F()) of type F to F

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list