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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #33 from Walter Bright <[email protected]> ---
Changing writefln to writeln, let's try the opening example today:

---
test.d(19): Error: mutable method `test.A.x` is not callable using a `const`
`a`
---

where test.d(19) is the line:

    (&a.x)(2);

So the bug has been fixed at some point.

--

Reply via email to