https://issues.dlang.org/show_bug.cgi?id=19523
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All Assignee|[email protected] |[email protected] OS|Windows |All --- Comment #1 from Basile-z <[email protected]> --- There's an attempt to see if Terror (the return type of `{return s;}`) can be converted to `int`. I have dirty fix at late stage for this, i'll try to see if it can be prevented earlier, e.g when semantic of `{return s;}` is done, or maybe gag the error that indicates the unhelpful "_terror_". --
