Daniel Murphy

Results 3 issues of Daniel Murphy

Requires: https://github.com/D-Programming-Language/dmd/pull/4984

Needs Rebase
stalled

``` diff unittest { - call((v) - { + call((v) { if (x) return 1; return 2; }); } ```

wrapping

In this case at least, it's possible to know it's a unary operator despite the error. ``` diff unittest { { } - else if (functionParameters(&type)) + else if (functionParameters(...

enhancement