https://issues.dlang.org/show_bug.cgi?id=17659
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- I'll add a note that it certainly is possible for a function to be inferred: void foo() pure { indirectCall(function() {x++;}); // void function() nothrow @nogc @system } The compiler should be able to do so. --
