https://issues.dlang.org/show_bug.cgi?id=19242
Basile B. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86 |All OS|Windows |All --- Comment #1 from Basile B. <[email protected]> --- I don't know if there's a bug or an enhancement possible in the compiler. Selecting the right overload is trivial: ``` foo((int a) => a + 1); ``` If this solution is satisfying you can set the Status as RESOLVED for the reson INVALID. --
