https://issues.dlang.org/show_bug.cgi?id=16215
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- Shouldn't this bug be marked now as a regression? Checking the code in the previous comment: Up to 2.067.1: Success with output: Base 2.068.2 to 2.085.1: Success with output: Derived Since 2.086.0: Failure with output: ----- Derived onlineapp.d(16): Error: `this` for `someMethod` needs to be type `Derived` not type `onlineapp.Base` ----- --
