https://issues.dlang.org/show_bug.cgi?id=17546
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- Correction, test has to take a parameter: int test(int) { return 0; } Error message: teststringof.d(8): Error: function teststringof.test (int _param_0) is not callable using argument types () teststringof.d(8): while evaluating pragma(msg, (__error).stringof) --
