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

anonymous4 <dfj1es...@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |spec

--- Comment #2 from anonymous4 <dfj1es...@sneakemail.com> ---
Dunno, they can still refer global data?
---
int called;
struct A {
        this(this) immutable { called++; }
}
---

--

Reply via email to