https://d.puremagic.com/issues/show_bug.cgi?id=8557
--- Comment #7 from yebblies <[email protected]> 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: -------
