https://issues.dlang.org/show_bug.cgi?id=19305

--- Comment #4 from karita <[email protected]> ---
For more clear example, 2.083 runs this without any errors.

void main() {
    with (a) {
        {
            import b;
            assert(f == "a");
        }
    }
}

--

Reply via email to