https://issues.dlang.org/show_bug.cgi?id=18417
anonymous4 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |spec --- Comment #2 from anonymous4 <[email protected]> --- Dunno, they can still refer global data? --- int called; struct A { this(this) immutable { called++; } } --- --
