[Issue 19024] [REG 2.081-beta] AssertError at dmd/dsymbolsem.d(4317): Assertion failure

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 1 20:20:16 UTC 2018


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

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Regression caused by https://github.com/dlang/dmd/pull/3383

Minimal test:
---
struct S14147(alias func)
{
}
pure mul14147()
{
    S14147!(a => a);
}
pure mul14147()
{
    S14147!(a => a);
}

--


More information about the Digitalmars-d-bugs mailing list