May 20, 2023 [Issue 23929] New: in operator on noreturn associative array causes dmd crash | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23929 Issue ID: 23929 Summary: in operator on noreturn associative array causes dmd crash Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ice-on-valid-code Severity: normal Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: elpenguino+D@gmail.com A simple one-liner: ``` if (assert(0) in int[noreturn].init) {} ``` -- |
Copyright © 1999-2021 by the D Language Foundation