https://issues.dlang.org/show_bug.cgi?id=12704
--- Comment #1 from Martin Nowak <[email protected]> --- Workaround: enum FuncLit = function(){ foo(); }; alias FuncLitT = typeof(FuncLit); --
https://issues.dlang.org/show_bug.cgi?id=12704
--- Comment #1 from Martin Nowak <[email protected]> --- Workaround: enum FuncLit = function(){ foo(); }; alias FuncLitT = typeof(FuncLit); --