http://d.puremagic.com/issues/show_bug.cgi?id=9777
--- Comment #2 from [email protected] 2013-03-21 22:35:49 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f35c753d3d34f14473ec34570a0693ee00f805f0 Fix issue 9777 Wrong code when calling final interface methods Can't use DotTypeExp when converting to the interface as the pointer needs to be adjusted. Use CastExp instead. https://github.com/D-Programming-Language/dmd/commit/1375dee59cdc795ce489985ece034fbbc75f353e Merge pull request #1781 from jpf91/fix9777 Fix issue 9777 Wrong code when calling final interface methods -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
