https://issues.dlang.org/show_bug.cgi?id=17379
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Rainer Schuetze <[email protected]> --- Is this meant as a special rule "if the symbol has only a single identifier, prepend the function name and signature"? This could work but only helps for some cases. Otherwise it easily gets ambiguous and I'd rather see a special token for "unspecified return type" that could be demangled as "auto". See https://github.com/dlang/dmd/pull/5855 for a more generic approach. --
