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

Dmitry Olshansky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Dmitry Olshansky <[email protected]> ---
Not a bug.
const is transitive which means that Bar is const inside of foo() and as such
this.foo_ is also const.

http://dlang.org/const-faq.html

--

Reply via email to