[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Nov 10 04:29:22 PST 2015


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

--- Comment #3 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0d7462ac9ddc37acf11b4a94a8863d3c01bb434e
fix Issue 15309 - [dmd-internal] ScopeExp.semantic() should set its type always

Also check `(type !is null)` at the top of `ScopeExp.semantic()` to avoid
repeated semantic analysis.

--


More information about the Digitalmars-d-bugs mailing list