https://issues.dlang.org/show_bug.cgi?id=13526
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Allow statement: with(auto |Allow to declare a variable |p = new Panel()) |in with statement: | |with(auto p = new Panel()) --
