[Issue 23931] Error: reference to local variable `this` calling non-scope member function `this.this()`

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #2 from Dlang Bot --- dlang/dmd pull request #15368 "Fix Issue 23931 - Error: reference to local variable `this` calling n…" was merged into master: - 47154c4d59bab15cd5beec94d505a6391955640f by Nick Treleaven: Fix Issue 23931 - Error: reference to loca

[Issue 23931] Error: reference to local variable `this` calling non-scope member function `this.this()`

2023-06-29 Thread d-bugmail--- via Digitalmars-d-bugs
created dlang/dmd pull request #15368 "Fix Issue 23931 - Error: reference to local variable `this` calling n…" fixing this issue: - Fix Issue 23931 - Error: reference to local variable `this` calling non-scope member function `this.this()` https://github.com/dlang/dmd/pull/15368 --

[Issue 23931] Error: reference to local variable `this` calling non-scope member function `this.this()`

2023-06-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23931 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org Summary|Improve