https://issues.dlang.org/show_bug.cgi?id=16058
--- Comment #3 from Kenji Hara <[email protected]> --- >From the type qualifier transitivity, immutable(int* delegate()) should be same with immutable(int* delegate() immutable). The root problem is in dmd implementation, TypeNext.makeXXX functions. Fixing those implementation bugs is not difficult. --
