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"); } } } --
d-bugmail--- via Digitalmars-d-bugs Tue, 27 Nov 2018 07:23:10 -0800
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"); } } } --