https://issues.dlang.org/show_bug.cgi?id=19754
--- Comment #16 from RazvanN <razvan.nitu1...@gmail.com> --- The root problem here is that dmd does optimizations and semantic analysis in the same pass. Will try to fix this. --
d-bugmail--- via Digitalmars-d-bugs Tue, 02 Jul 2019 02:18:31 -0700
https://issues.dlang.org/show_bug.cgi?id=19754
--- Comment #16 from RazvanN <razvan.nitu1...@gmail.com> --- The root problem here is that dmd does optimizations and semantic analysis in the same pass. Will try to fix this. --