https://issues.dlang.org/show_bug.cgi?id=16590

--- Comment #15 from Satoshi <[email protected]> ---
() @trusted {


}();


is generated as:
() {

}();

--

Reply via email to