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


Andrei Alexandrescu <[email protected]> changed:

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


--- Comment #2 from Andrei Alexandrescu <[email protected]> 2010-02-21 
17:01:52 PST ---
An example involving a nested function:

void fun() {
    int gun()
        out(result)
    {
        assert(result == 42);
    } body
    {
        return 42;
    }

    gun();
}

void main() {
    fun();
}

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

Reply via email to