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

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


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



--- Comment #7 from yebblies <yebblies at gmail.com> 2013-11-25 03:49:50 EST ---
(In reply to comment #6)
> 
> void main() {
>     int[char][char] foo1 = ['A': ['B': 1]]; //rejects-valid
>     int[char][char] foo2 = cast()['A': ['B': 1]]; //workaround
> }

Nope.  This patch only affects places where the type is inferred.

-- 
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