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

berni44 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WONTFIX

--- Comment #3 from berni44 <[email protected]> ---
I don't think that we can do here something. 

Instead of assert(vp is null) you could use assert(cast(TypedefType!VP) vp is
null), but I don't know, if that is, what you are looking for.

--

Reply via email to