August 10, 2018 [Issue 19155] New: ICE on tuple assignment in mixin template | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19155 Issue ID: 19155 Summary: ICE on tuple assignment in mixin template Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Keywords: ice Severity: normal Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: simen.kjaras@gmail.com mixin template test(A...){ auto a = A; } unittest { mixin test!123; } -- |
Copyright © 1999-2021 by the D Language Foundation