Test case: ----------------- class Any { auto foo() out ( result ) { } body { return 0; } } ----------------- DMD crashes when compiling the above source. DMD2.059 or older gives compile error against it. ( REJECT VALID? ) To reproduce: 1. Class member 2. Auto function 3. Post-contract with parameter Environment: Windows 7 64-bit DMD 2.060
It reproduces on WinXP 32bit.
*** This issue has been marked as a duplicate of issue 10596 ***