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

Simon Na. <eiderd...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |link-failure
                 CC|                            |eiderd...@gmail.com

--- Comment #16 from Simon Na. <eiderd...@gmail.com> ---
This bug is still in dmd 2.071.2 and 2.072.

I ran into this today, here's my reduced case:

    interface IA {
        package void f();
    }
    void main() {
        IA a;
        a.f();
    }

Nothing new, but I'd like to nudge for resolution. :-) I dustmited my project
due to this bug. The linker error didn't help me.

If this is hard to fix, then maybe error out at compile-time as a hack?

-- Simon

--

Reply via email to