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

steven kladitis <[email protected]> changed:

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

--- Comment #3 from steven kladitis <[email protected]> ---
im the pull for the the fix I see
if (v->type == NULL)


should this be 
if (v->type IS NULL)

--

Reply via email to