[Issue 14348] typeof(x).ident is not accepted as a symbol

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Mar 27 20:46:25 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14348

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a10cb266a31c30bc3afd5d50ad629dc75dd2649f
Fix Issue 14348 - typeof(x).ident is not accepted as a symbol

Instead of evaluating as a type and then converting to a symbol, re-use the
resolve logic to find the symbol.

https://github.com/D-Programming-Language/dmd/commit/a902948fa353111aa6ed11a2717d8d2d0a438c98
Merge pull request #4521 from yebblies/issue14348

Issue 14348 - typeof(x).ident is not accepted as a symbol

--


More information about the Digitalmars-d-bugs mailing list