https://issues.dlang.org/show_bug.cgi?id=13701
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Hardware|x86 |All Summary|Associative array values |[REG2.061] Associative |ignore immutability |array values ignore | |immutability OS|Windows |All --- Comment #1 from Kenji Hara <[email protected]> --- This is a regression from 2.061. With 2.060, the testcase prints: test.d(3): Error: aa[10] isn't mutable test.d(4): Error: aa[10] isn't mutable Compiler fix: https://github.com/D-Programming-Language/dmd/pull/4148 --
