On 11/9/2016 4:01 PM, Martin Nowak wrote:
> - finish scope story
The only thing left on that is allowing this to work:
@safe void foo() {
int i;
int* pi = &i;
}
With the other improvements to scope, this no longer needs to be disallowed.