https://issues.dlang.org/show_bug.cgi?id=18269
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Steven Schveighoffer <[email protected]> --- Is this literally just the string representation of a delegate type that is wrong? I mean, I tried this out on the latest compiler, and trying to *call* t in `two` and trying to apply a @safe tag to it makes it fail to compile. --
