http://d.puremagic.com/issues/show_bug.cgi?id=10810
--- Comment #2 from Henning Pohl <[email protected]> 2013-08-12 16:44:06 PDT --- What do you mean with "additional cases"? The return types of these functions don't depend on each other. The code should compile just like this does: void a() { b(); } void b() { a(); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
