https://issues.dlang.org/show_bug.cgi?id=20868
--- Comment #4 from RazvanN <[email protected]> --- Initially, it was `nonScoped(dg)` line that was reported as an error. However, the function is not annotated with `@safe` so I concluded that the actual problem is that the commented line (when uncommented) errors. We need your clarification whether scope analysis should not apply in non-@safe contexts. --
