https://issues.dlang.org/show_bug.cgi?id=23972

Dennis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Dennis <[email protected]> ---
I think the spec is wrong (or too vague) here. The interface object has a
slightly different address than the class object, so the pointers aren't equal.
`is` should be a simple bit compare, and not be doing casting logic for
classes.

--

Reply via email to