https://issues.dlang.org/show_bug.cgi?id=19242
Basile B. <b2.t...@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b2.t...@gmx.com Hardware|x86 |All OS|Windows |All --- Comment #1 from Basile B. <b2.t...@gmx.com> --- 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. --