https://issues.dlang.org/show_bug.cgi?id=15226
Issue ID: 15226
Summary: Public members being disabled for a synchronized class
is undocumented
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
This pull[1] changed things so that public members are no longer allowed in
synchronized classes. However, this change needs to be documented.
1. https://github.com/D-Programming-Language/dmd/pull/5188
--