https://issues.dlang.org/show_bug.cgi?id=13930
--- Comment #1 from Martin Nowak <[email protected]> --- Receiving immutable AAs doesn't work either. cat > bug.d << CODE import std.concurrency; void main() { auto aa = receiveOnly!(immutable string[string]); } CODE dmd -c bug DPL/dmd/src/../../phobos/std/concurrency.d(760): Error: cannot modify immutable expression ret.__expand_field_0 bug.d(5): Error: template instance std.concurrency.receiveOnly!(immutable(string[string])) error instantiating --
