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

--- Comment #2 from Steven Schveighoffer <[email protected]> ---
(In reply to monkeyworks12 from comment #0)
> Currently I am resorting to a hacky workaround by doing
> `(&test).stringof[2..$]`.

I've found another possible workaround:

__traits(identifier, test); // compile time literal of "test"

--

Reply via email to