We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3eca9 commit 3ab011eCopy full SHA for 3ab011e
include/swift/AST/Decl.h
@@ -2973,7 +2973,8 @@ class ValueDecl : public Decl {
2973
/// \c \@usableFromInline, \c \@inlinalbe, and \c \@_alwaysEmitIntoClient
2974
bool isUsableFromInline() const;
2975
2976
- /// Allows skipping type check if the following conditions are met:
+ /// Treat as public and allow skipping type check if the following conditions
2977
+ /// are met:
2978
/// - This decl has a package access level.
2979
/// - Has a @usableFromInline (or other inlinable) attribute
2980
/// - And is defined in a module built from a public or private
0 commit comments