Skip to content

Commit 108094d

Browse files
authored
Merge pull request swiftlang#32876 from lorentey/simplify-checkclass
[Foundation] Work around name resolution wrinkle in Swift 5.3
2 parents e3ec54b + 1d1205d commit 108094d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stdlib/public/Darwin/Foundation/CheckClass.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ extension NSKeyedUnarchiver {
3838
/// - Returns: 0 if the given class is safe to archive, and non-zero if it
3939
/// isn't.
4040
@objc(_swift_checkClassAndWarnForKeyedArchiving:operation:)
41-
@usableFromInline
42-
internal class func _swift_checkClassAndWarnForKeyedArchiving(
41+
internal class func __swift_checkClassAndWarnForKeyedArchiving(
4342
_ theClass: AnyClass,
4443
operation: CInt
4544
) -> CInt {

0 commit comments

Comments
 (0)