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

Jacob Carlborg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Jacob Carlborg <[email protected]> ---
Would it be possible to get the parameter types of a lambda which has some
parameter types specified and some not? In that case I would expect "void" to
be returned for those parameters that don't have a specified type.

(int a, b) => a + b

--

Reply via email to