http://d.puremagic.com/issues/show_bug.cgi?id=9490
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #1 from yebblies <[email protected]> 2013-06-29 13:16:31 EST --- arr goes the IdentifierExp -> DsymbolExp -> DotVarExp path, while (arr) seems to go the TypeExp -> VarExp -> Error path. Producing DsymbolExp when resolving TypeExp to a variable does the trick, but breaks other code. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
