https://issues.dlang.org/show_bug.cgi?id=19959
--- Comment #2 from Manu <[email protected]> --- Oh cool. I tend not to debug with LDC because of that weird yellow block that follows the cursor around ;) It would be ideal for DMD and LDC to have identical output; building debug with DMD and release with LDC is very common, and the debug experience changing substantially between configurations is not great :) > but omits function parameter type information. I'm not sure what you mean exactly; like, just doesn't show the args at all? So there is actual information loss? I don't think it's good to drop information. Do you know why it would do that? --
