https://issues.dlang.org/show_bug.cgi?id=22587
--- Comment #1 from mhh <[email protected]> --- --- int front(int param) { return param ? 1 : assert(0); } --- also triggers it --
d-bugmail--- via Digitalmars-d-bugs Fri, 17 Dec 2021 09:43:48 -0800
https://issues.dlang.org/show_bug.cgi?id=22587
--- Comment #1 from mhh <[email protected]> --- --- int front(int param) { return param ? 1 : assert(0); } --- also triggers it --