Nick Sabalausky <[email protected]> wrote:

try {
    return true;
} finally {
    return false;
}


try {
    throw new AssertionError();
} finally {
    return false;
}

I wonder how D handles those

Error: return statements cannot be in finally, scope(exit) or
scope(success) bodies

--
Simen

Reply via email to