Thread overview
[Issue 5711] Accessing local variable of a function in which an inner class is instantiated trashes this.outer
Mar 31, 2017
Ryuichi OHORI
Aug 29, 2020
Walter Bright
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=5711

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
March 31, 2017
https://issues.dlang.org/show_bug.cgi?id=5711

Ryuichi OHORI <r.97all@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.97all@gmail.com

--- Comment #1 from Ryuichi OHORI <r.97all@gmail.com> ---
I don't observe this behavior with DMD2.073.
When was it fixed?

--
August 29, 2020
https://issues.dlang.org/show_bug.cgi?id=5711

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Works fine now.

--