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

Iain Buclaw <ibuc...@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuc...@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuc...@gdcproject.org> ---

Reduced test from 2.068.2
---
struct NullableRef(T)
{
    T* _value;

    inout(T) get() inout {
        return *_value;
    }

    alias get this;
}

struct IMSGeo
{
    NullableRef!IMSGeo parent;
}
---

Bug no longer reproducible on latter versions.

--

Reply via email to