void main() { int function(int)[] a = [x => x]; } DMD 2.058beta3: Assertion failure: 'type && type != Type::tvoid' on line 1495 in file 'cast.c'
https://github.com/D-Programming-Language/dmd/pull/789
Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5c2e6af1b60c0c842391339a27c6d334f05c8fe1 fix Issue 7499 - [ICE] ('cast.c line 1495) with lambda array