[Issue 15839] [REG2.071-b1] this.outer is of wrong type
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Mar 31 08:28:36 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15839
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
Summary|this.outer is of wrong type |[REG2.071-b1] this.outer is
| |of wrong type
--- Comment #8 from Kenji Hara <k.hara.pg at gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/5613
If a nested class has a parent class over some nested functions, '.outer' will
properly point instance of the parent class.
--
More information about the Digitalmars-d-bugs
mailing list