https://issues.dlang.org/show_bug.cgi?id=24784
Issue ID: 24784
Summary: Error on first lambda parameter with default with type
inference
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Example:
```d
alias fp = (x = 0) { }; // Error: undefined identifier `x`
```
--
