void main() { alias immutable bool function(int[]) Foo; Foo f = a => true; } DMD 2.058beta3: Assertion failure: 'global.errors' on line 5287 in file 'template.c'
See also issue 7554
https://github.com/D-Programming-Language/dmd/pull/768
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2c7907c613736338fbde6deb1c38a493154a2d48 fix Issue 7500 - [ICE] (template.c line 5287) with immutable lambda function https://github.com/D-Programming-Language/dmd/commit/b96f7d5a363eaca65dcc7402321c6f5d019ad048 Merge pull request #768 from 9rnsr/fix7500 Issue 7500 - [ICE] (template.c line 5287) with immutable lambda function