d-bugmail at puremagic.com wrote: > http://d.puremagic.com/issues/show_bug.cgi?id=1727 > > Summary: Associate Array Literals regression > Following does not compile: > int[char[]] ca= [cast(char[])"asdf":1,cast(char[])"asdf1":2]; When did this ever compile? I think this is an unimplemented feature, not a regression.