[Issue 9490] 'this' is not found when array expression is in parentheses
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jun 28 20:16:33 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9490
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
CC| |yebblies at gmail.com
AssignedTo|nobody at puremagic.com |yebblies at gmail.com
--- Comment #1 from yebblies <yebblies at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list