https://issues.dlang.org/show_bug.cgi?id=15161
Issue ID: 15161
Summary: Parser bug on ref delegates
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
---
ref int delegate() var;
---
Doesn't parse
--
