https://issues.dlang.org/show_bug.cgi?id=24208
--- Comment #3 from Paul Backus <[email protected]> --- Disregard previous example, I read the errors wrong. They occur in the function bodies, not at the call site. The parameter of `escape` is not allowed to escape at all if it is `scope`, even `return scope`. --
