http://bugzilla.gdcproject.org/show_bug.cgi?id=223
--- Comment #8 from Iain Buclaw <ibuc...@gdcproject.org> --- I'd just make the changes on a per-case basis, but I would have thought it it would just affect RECORD_TYPEs. Testing each permutation shouldn't be too difficult. eg: float test1() { return float ... } delegate test2() { return delegate ... } test1() == test1(); test2() == test2(); -- You are receiving this mail because: You are watching all bug changes.