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


Maxim Fomin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from Maxim Fomin <[email protected]> 2013-08-01 12:19:09 PDT 
---
Yes, because a declaration with initializer is not finished in the point of
initializer. This is a basic feature in D.

void main()
{
    @((int i)=>a) int a;      //error
    auto b = { return b; } ;  //error
} 

However nothing is wrong with making this limitation gone.

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

Reply via email to