https://issues.dlang.org/show_bug.cgi?id=24717 --- Comment #15 from Max Samukha <maxsamukha at gmail.com> --- (In reply to Max Samukha from comment #14) > auto z = y; // `z` is resolved to `this.x`; `y`, not `z`; --