https://issues.dlang.org/show_bug.cgi?id=22790
--- Comment #1 from Walter Bright <[email protected]> --- For example: ref int foo(ref return scope int* p) means "ref" and "return scope". ref int foo(ref scope return int* p) means "return ref" and "scope". --
