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

--- Comment #3 from Basile B. <b2.t...@gmx.com> ---
New test case since the JSON thing is gonna be removed from 2.0.78

---
module test16577;

deprecated void foo(int*){}
void foo(ref int){}

void main()
{
    import test16577 : foo;
}
---

--

Reply via email to