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



--- Comment #3 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2013-08-17 
19:09:05 PDT ---
(In reply to comment #2)
> Reduced:

Actually the bug is unrelated to auto, but instead related to typeof(null):

-----
typeof(null) ret1()
{
    assert(0);  // not thrown
    return null;
}

string test1()
{
    return ret1();
}

void main()
{
    test1();
}
-----

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

Reply via email to