http://d.puremagic.com/issues/show_bug.cgi?id=7129
Nils <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Nils <[email protected]> 2013-01-26 01:33:38 PST --- Can't reproduce with the original test case, but this version still fails: auto fun() { int i; struct Result { this(int u) {} auto bar() { i = 42; } } return Result(); } void main() { auto t = fun(); t.bar(); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
