https://issues.dlang.org/show_bug.cgi?id=17743
--- Comment #2 from anonymous4 <[email protected]> --- As I understand, it's due to decision that nested functions use inout qialifier of the outer function. Then an easy way to fix this is to disallow conversion of such nested function to inout-typed delegate. --
