https://issues.dlang.org/show_bug.cgi?id=13423
--- Comment #2 from Kenji Hara <[email protected]> --- (In reply to hsteoh from comment #0) > Code: > ------ > void main() { > void delegate(char) dg = (dchar) {}; > } > ------ There is a parameter type mismatching 'char' and 'dchar'. --
