https://issues.dlang.org/show_bug.cgi?id=17362
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Walter Bright <[email protected]> --- Inference of attributes is done for each attribute independently of any others, this is the way it is supposed to work. The compiler should catch any bugs where i is returned and then used wrongly. If that is not so, then please file a bug report for that. --
