Thread overview
[Issue 13687] Virtual call in the interface's precondition is dispatched to the wrong vtbl entry
Oct 10, 2018
Nathan S.
November 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13687

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--
October 10, 2018
https://issues.dlang.org/show_bug.cgi?id=13687

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |n8sh.secondary@hotmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Tested with DMD 2.082.0. Program output was "42" as desired.

--
October 11, 2018
https://issues.dlang.org/show_bug.cgi?id=13687

--- Comment #2 from Steven Schveighoffer <schveiguy@yahoo.com> ---
According to run.dlang.io, happened around 2.071

--