http://d.puremagic.com/issues/show_bug.cgi?id=10869
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-08-22 09:39:11 PDT --- Introduced by f5f71ce1f50f2c33240475c44376cf176b75217e by fixing Issue 3445. prefix is first called in declarationToDocBuffer, which adds one or more of these: deprecated static final abstract const immutable synchronized But then toCBufferWithAttributes for functions is called which adds one or more of these when it calls MODtoBuffer: immutable shared const inout So there's a bit of an overlap. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
