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

Steven Schveighoffer <schvei...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
                 CC|                            |schvei...@gmail.com

--- Comment #1 from Steven Schveighoffer <schvei...@gmail.com> ---
If you add a name for the second parameter in the function, you can see that
the second parameter is null, and the first parameter is assigned `tt`.

Even -vcg-ast thinks that it's passing them in the right order. I think this is
a codegen bug.

--

Reply via email to