[Issue 14693] @property return type not generated in .di file

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jun 15 01:51:19 PDT 2015


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

--- Comment #3 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
for voldemorts compiler can put `auto` there. yet this will require running
semantic stage, which has it's complications (semantic stage mutilates ASTs).

the other solution is to simply emit the body for functions without explicit
return type specification. they are rare anyway.

--


More information about the Digitalmars-d-bugs mailing list