You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---int foo(out int bar)in{somevar = bar; // This should be an error.somefunc(bar); // This should be an error.assert(bar == 0); // This should be an error.}do{return 0;}---
See comments from https://github.com/dlang/dmd/pull/7553
The text was updated successfully, but these errors were encountered:
Iain Buclaw (@ibuclaw) reported this on 2018-01-07T10:56:25Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=18203
CC List
Description
The text was updated successfully, but these errors were encountered: