https://issues.dlang.org/show_bug.cgi?id=2013
--- Comment #6 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c Issue 2013 - interface to interface dynamic cast is incorrect in some cases This is a preparation fix. Until the ClassInfo.interfaces[] generation fixed, the changed code keeps existing behavior. After the compiler fix, it will return correct offset value. https://github.com/D-Programming-Language/druntime/commit/4f19d340d3868bc2478aa6817969400868724a92 Merge pull request #1327 from 9rnsr/fix2013 Issue 2013 - interface to interface dynamic cast is incorrect in some cases --
