https://issues.dlang.org/show_bug.cgi?id=22916
--- Comment #10 from Dennis <[email protected]> --- (In reply to Walter Bright from comment #8) > Note that `return scope` is *always* interpreted as returnScope. > > Also, the behavior is *always* determined by the function signature, not > whatever the return expression is. This issue is not about whether my `Arr.index` function is ReturnRef-Scope or Ref-ReturnScope, it's always been clear from the start it's Ref-ReturnScope. --
