https://issues.dlang.org/show_bug.cgi?id=24017
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- The issue has nothing to do with CTFE. Reduction: void writeln(string) {} void main() nothrow { debug writeln("Hello"); // Works debug "Hello".writeln; // Error: function `test.writeln` is not nothrow } --
