https://issues.dlang.org/show_bug.cgi?id=21369
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Basile-z <[email protected]> --- The problem is likely the use of `Type.aliasthisOf()` which returns a `Type`, so for a function this is TypeFunction.nextOf() and as `ref` is not a type qual, the information is lost and DMD thinks it's a rvalue. --
