Comment #0 by timothee.cour2 — 2018-02-05T00:33:55Z
eg:
```
extern (D) void error(Loc loc, const(char)* format, ...);
```
would be nice to allow:
```
extern (D) void error(Loc loc, const(char)* format, ..., string file = __FILE__, int line=__LINE__);
```
related: https://github.com/dlang/dmd/pull/7831 (that was just for template variadics)
Comment #1 by robert.schadek — 2024-12-13T18:56:41Z