https://issues.dlang.org/show_bug.cgi?id=18623
--- Comment #9 from Nick Treleaven <[email protected]> --- >From the pull: > If someone wants to document private symbols, why prevent it ? > In the example, the documented unittest is attached to a private symbol, > isn't it ? If you want to support that unusual case, require private unittest to enable using private symbols in the documented test. (The documented unittest could even be inferred as private if the symbol it's documenting is private). I would like to reopen this. --
