[Issue 8557] AA error with string[string][]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 24 08:38:49 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=8557



--- Comment #6 from bearophile_hugs at eml.cc 2013-11-24 08:38:48 PST ---
(In reply to comment #5)
> Most of these were done by issue 5448, except a5.
> 
> https://github.com/D-Programming-Language/dmd/pull/2876

Is that also fixing this?

void main() {
    int[char][char] foo1 = ['A': ['B': 1]]; //rejects-valid
    int[char][char] foo2 = cast()['A': ['B': 1]]; //workaround
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list