mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Comment tweak
This commit is contained in:
@@ -2550,8 +2550,6 @@ bool ValueDecl::isUsableFromInline() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// Returns \c true if this declaration is *not* intended to be used directly
|
||||
/// by application developers despite of the visibility.
|
||||
bool ValueDecl::shouldHideFromEditor() const {
|
||||
// Hide private stdlib declarations.
|
||||
if (isPrivateStdlibDecl(/*treatNonBuiltinProtocolsAsPublic*/ false) ||
|
||||
|
||||
Reference in New Issue
Block a user