[Issue 16215] Nested class unable to resolve outer class variables in certain scenarios

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 17 08:31:45 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=16215

er.krali at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |er.krali at gmail.com

--- Comment #3 from er.krali at gmail.com ---
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`
-----

--


More information about the Digitalmars-d-bugs mailing list