[Issue 22042] shared(delegate[]) causes dmd to fail

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 5 23:27:51 UTC 2021


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

--- Comment #4 from moonlightsentinel at disroot.org ---
Further reduction:


shared(void delegate()[]) onRelease;

void main()
{
        onRelease ~= (){};
}

--


More information about the Digitalmars-d-bugs mailing list