Fix:
```d
auto fn = foo!((a, ref b) => true)(new int(42), x);
```

Reply via email to