https://issues.dlang.org/show_bug.cgi?id=20716
--- Comment #3 from Walter Bright <[email protected]> --- The problem here is the "adjustor thunk" generated does not take into account the size of the hidden pointer parameter, and winds up adjusting the hidden pointer rather than the `this` pointer. --
